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

@endpoint GET /reference-data/locations/pois
@required {latitude: any, longitude: any}
@optional {radius: any, page[limit]: any, page[offset]: any, categories: any}
@returns(200)
@errors {400}

@endpoint GET /reference-data/locations/pois/{poisId}
@returns(200)
@errors {400, 404}

@endpoint GET /reference-data/locations/pois/by-square
@required {north: any, west: any, south: any, east: any}
@optional {page[limit]: any, page[offset]: any, categories: any}
@returns(200)
@errors {400}

@end
