getVenueFeature

fun getVenueFeature(venueId: String, featureId: Int): Feature

Get Feature by key Returns a single feature using its id.

Return

Feature

Parameters

venueId

ID of the venue to get

featureId

ID of the feature to be retrieved

Throws

If the request is not correctly configured

Rethrows the OkHttp execute method exception

If the API returns an informational or redirection response

ClientException

If the API returns a client error response

ServerException

If the API returns a server error response