Discovery Venue Service
interface DiscoveryVenueService
Interface for venue-related API calls in the Discovery API.
Functions
Link copied to clipboard
@GET(value = "discovery/v2/venues/{host}/{id}" )
Fetches venue details by host and ID.
Link copied to clipboard
@GET(value = "discovery/v2/venues/{id}" )
Fetches details for a specific venue.
Link copied to clipboard
@GET(value = "discovery/v2/venues/legacy" )
Fetches legacy venue search results.
Link copied to clipboard
@GET(value = "/discovery/v2/venues" )
Fetches venue search results.