I'm trying to retrieve all cinemas in the world for a project. I found out that I can do it through Postman using this REST call:
I can also retrieve all cinemas from a specific square this way:
What I would like to do now is to retrieve all cinemas for a country or a city.
All I know is that I can use This is how I'm using geocodeArea right now and is not working:
On your documentation I don't see examples of REST call so I'm bit stock. Can you please provide an example, please? Thank you asked 12 Aug '18, 02:01 francesco_ma... |