google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

Show an example URL for custom APIs created with endpoints #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have a custom API built with Cloud Endpoints and we are able to use the API 
explorer to view the various endpoints and perform requests with the API 
Explorer UI.

However, it doesn't seem possible to see an example URL for any given endpoint 
without filling out all the fields and actually firing off a request with the 
explorer UI, then inspecting the request that was send with Dev Tools. 

It'd be nice to be able to see what URL I need to code our front-end to call 
for a given endpoint without having to create endless amounts of test requests 
which in turn fill up the local database with test data.

Original issue reported on code.google.com by wbith...@google.com on 18 Nov 2014 at 12:01