@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Travel Recommendations API
@base https://test.api.amadeus.com/v1
@version 1.0.4
@endpoints 1
@toc reference-data(1)

@endpoint GET /reference-data/recommended-locations
@desc GET recommended destinations
@required {cityCodes: str # City used by the algorythm to recommend new destination. Several cities can be specified using comma.  City codes follow [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx)}
@optional {travelerCountryCode: str=FR # Origin country of the traveler following [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US), destinationCountryCodes: str # List of country the traveler want to visit, separated with comma.  Country codes follow [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US)}
@returns(200) Successful reply
@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION                             32171   | MANDATORY DATA MISSING, 500: Internal Server Error}

@end
