All URIs are relative to https://api.themeparks.wiki/v1
Method | HTTP request | Description |
---|---|---|
getDestinations | GET /destinations | Get a list of supported destinations available on the live API |
DestinationsResponse getDestinations()
Get a list of supported destinations available on the live API
import Themeparks from 'themeparks';
let apiInstance = new Themeparks.DestinationsApi();
apiInstance.getDestinations().then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json