cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
536 stars 126 forks source link

Add Toverland #323

Closed tpxtron closed 3 years ago

tpxtron commented 3 years ago

321

tpxtron commented 3 years ago

...not sure why the Travis build with Node.js:stable fails. 🤔

cubehouse commented 3 years ago

Don't worry about the travis build, everything else has passed, including 14.x which is the current LTS Node. I think one of the dependencies doesn't compile properly on Travis at the moment. We're using the GitHub CI now anyway.

timyboy12345 commented 3 years ago

This may be a bit of a noob question, but how do retrieve these URLs? I saw that Toverland also lists amenities like toilets, shops and restaurants in their app, but I wasn't able to guess all those URL's.

I would like to contribute to this PR, but have no idea how these URLs are retrieved. I did manage to guess the URL for shops (https://api.toverland.com/v1/park/shop/operationInfo/list) and shows (https://api.toverland.com/v1/park/show/operationInfo/list, but there are no shows at the moment)

AlexVV13 commented 3 years ago

This may be a bit of a noob question, but how do retrieve these URLs? I saw that Toverland also lists amenities like toilets, shops and restaurants in their app, but I wasn't able to guess all those URL's.

I would like to contribute to this PR, but have no idea how these URLs are retrieved. I did manage to guess the URL for shops (https://api.toverland.com/v1/park/shop/operationInfo/list) and shows (https://api.toverland.com/v1/park/show/operationInfo/list, but there are no shows at the moment)

You could take a look at the code, or at this comment placed on an issue here ‘Add Toverland’. I guess that’ll explain your question about this. https://github.com/cubehouse/themeparks/issues/321#issuecomment-717414740