get Legacy Attraction Details
@GET(value = "discovery/v2/attractions.json" )
Fetches legacy attraction search results.
Queries the API for attractions using legacy parameters and domain.
Return
A Response with a DiscoveryAttractionsContainerResponse or null.
Parameters
query Params
Query parameters for the search.
domain
The domain for the query.
@GET(value = "discovery/v2/attractions/{host}/{id}" )
Fetches legacy details for a specific attraction.
Queries the API for an attraction by host, ID, and parameters.
Return
A Response with a DiscoveryAttractionDetailsResponse or null.
Parameters
host
The host for the legacy query, if available.
id
The attraction's ID, if available.
query Params
Query parameters for the request.