roniest / google-apis-explorer

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

Api Explorer Not Showing RPC Field Options #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open api explorer
2. Click on an api
3. Click on a method

What is the expected output? What do you see instead?
There are no options for creating the rpc message needed for the api request. 
Only the fields option is available.

What version of the product are you using? On what operating system?
I am using 1.9.2 GAE on windows to deploy the application. 

Please provide any additional information below.
This used to work. I have tried creating new discovery documents but none of 
that fixes the problem. It is as if the api explorer is not aware of the rpc 
messages that are used in my application. I attached pictures of what I see on 
the api explorer and a sample image of what I want to see.

Original issue reported on code.google.com by keith1...@gmail.com on 11 Apr 2014 at 4:17

Attachments:

GoogleCodeExporter commented 9 years ago
I think the key is that you have to use endpoints.ResourceContainer in order 
for those options to be shown.

Original comment by keith1...@gmail.com on 11 Apr 2014 at 6:36