Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

226 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The content of the response.json file located at airline_code_lookup/v1/get/response.json in the repository amadeus4dev/amadeus-code-examples is as follows:

{
    "meta": {
        "count": 1,
        "links": {
            "self": "https://test.api.amadeus.com/v1/reference-data/airlines?airlineCodes=BA"
        }
    },
    "data": 
        {
            "type": "airline",
            "iataCode": "BA",
            "icaoCode": "BAW",
            "businessName": "BRITISH AIRWAYS",
            "commonName": "BRITISH A/W"
        }
    ]
}

You can view the file directly on GitHub here. Let me know if you need further assistance!

About

Self-contained examples for Amadeus REST APIs

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages