Skip to content

Instantly share code, notes, and snippets.

@valdeir2000
Created February 24, 2018 05:41
Show Gist options
  • Save valdeir2000/ef4778d0348331e80f5ed7989ea6648c to your computer and use it in GitHub Desktop.
Save valdeir2000/ef4778d0348331e80f5ed7989ea6648c to your computer and use it in GitHub Desktop.
StackOverflow #278576
{
"info": {
"name": "StackOverflow #278574",
"_postman_id": "9d080934-2035-0e69-6145-b0b679eb03a4",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "\"Pede\" Autorização",
"request": {
"method": "OPTIONS",
"header": [
{
"key": "",
"value": ""
}
],
"body": {},
"url": {
"raw": "https://flightavailability.blue.smiles.com.br/searchflights?adults=1&children=0&departureDate=2018-03-31&destinationAirportCode=BSB&forceCongener=false&infants=0&memberNumber=&originAirportCode=REC",
"protocol": "https",
"host": [
"flightavailability",
"blue",
"smiles",
"com",
"br"
],
"path": [
"searchflights"
],
"query": [
{
"key": "adults",
"value": "1",
"equals": true
},
{
"key": "children",
"value": "0",
"equals": true
},
{
"key": "departureDate",
"value": "2018-03-31",
"equals": true
},
{
"key": "destinationAirportCode",
"value": "BSB",
"equals": true
},
{
"key": "forceCongener",
"value": "false",
"equals": true
},
{
"key": "infants",
"value": "0",
"equals": true
},
{
"key": "memberNumber",
"value": "",
"equals": true
},
{
"key": "originAirportCode",
"value": "REC",
"equals": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Captura os dados",
"request": {
"method": "GET",
"header": [
{
"key": "X-API-KEY",
"value": "aJqPU7xNHl9qN3NVZnPaJ208aPo2Bh2p2ZV844tw"
}
],
"body": {},
"url": {
"raw": "https://flightavailability.blue.smiles.com.br/searchflights?adults=1&children=0&departureDate=2018-03-31&destinationAirportCode=BSB&forceCongener=false&infants=0&memberNumber=&originAirportCode=REC",
"protocol": "https",
"host": [
"flightavailability",
"blue",
"smiles",
"com",
"br"
],
"path": [
"searchflights"
],
"query": [
{
"key": "adults",
"value": "1",
"equals": true
},
{
"key": "children",
"value": "0",
"equals": true
},
{
"key": "departureDate",
"value": "2018-03-31",
"equals": true
},
{
"key": "destinationAirportCode",
"value": "BSB",
"equals": true
},
{
"key": "forceCongener",
"value": "false",
"equals": true
},
{
"key": "infants",
"value": "0",
"equals": true
},
{
"key": "memberNumber",
"value": "",
"equals": true
},
{
"key": "originAirportCode",
"value": "REC",
"equals": true
}
]
},
"description": ""
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment