Client
Interfaces, Classes, Traits and Enums
- HTTPClient
- AccessToken
- A memoized Access Token, with the ability to auto-refresh when needed.
- BasicHTTPClient
- The HTTP part of the Amadeus API client.
- Request
- An object containing all the details of the request made, including the host,
path, port, params, and headers. Generally this object can be accessed as part of
an API response, and can be used to debug the API call made.
- Response
- A generic response as received from an API call. Contains the status code, body,
and parsed JSON (if any).