restapimapssoapuigets

How to test REST API google maps?


I want to test the google maps API so I can see the resources that the API have, i found the SoapUI REadyAPI, but I'm still confused. Is there a way to make this REST API calls (gets) from console so i can see the JSON of Google maps?

Thanks in advance


Solution

  • chrome has an extension called rest client where you could test from and see the JSON response. You can also use postman to test. https://www.getpostman.com/ . Both will work very easily with google maps api.