Durgapaavank / google-apis-explorer

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

Specify api method names by language/library #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the ruby client sample: calendar.rb
2. Try to use the api_method: calendar.calendarsList.list

What is the expected output? What do you see instead?
It won't work cause the correct methos is: calendar.calendars_list.list

What version of the product are you using? On what operating system?
Mac OS X Mavericks

Please provide any additional information below.
It would be great if the 
https://developers.google.com/apis-explorer/#p/calendar/v3/ specified the 
correct method name based on the language/library used. It took me a while to 
figured out why this api call wasn't working and it was cause I was using the 
wrong name, even though I was using the method name specified in the 
apis-explorer page.

Original issue reported on code.google.com by ameri...@gmail.com on 27 Mar 2014 at 3:13