Skip to content

Instantly share code, notes, and snippets.

@andresmafra
Created May 15, 2022 11:33
Show Gist options
  • Save andresmafra/faa1bfb5c91ec9386527bf583948295a to your computer and use it in GitHub Desktop.
Save andresmafra/faa1bfb5c91ec9386527bf583948295a to your computer and use it in GitHub Desktop.
Unirest.setTimeouts(0, 0);
HttpResponse<String> response = Unirest.get("https://api.vistoriei.com.br/v1/contract/ID_DA_VISTORIA")
.header("Authorization", "Bearer {SEU_TOKEN}")
.asString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment