roniest / google-apis-explorer

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

Excluded endpoints remain visible in explorer api #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create new methods (api method) on endpoint class
2.Delete api methods in my endpoint class
3.Rebuild eclipse workspace
4.Generate clound endpoint api client library
5.Deploy on GAE

What is the expected output? What do you see instead?
Expected output: cleanup the excluded api methods
I see: excluding methods remain in api

What version of the product are you using? On what operating system?
1.7.5, Windows 7. Deployng in GAE production.

Please provide any additional information below.
This problem always occurs when I do a new deploy. Methods and endpoints 
excluded api remain visible in explorer. When I perform the call returns the 
error:

 "code": 404,
  "message": "service 'EndpointName' not found"

Original issue reported on code.google.com by marlon.d...@gmail.com on 6 Mar 2013 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
I am also seeing same behavior with 1.8.2 SDK. I deleted old API from my source 
files, compiled & deployed on GAE yet they all are still showing up in API 
Explorer.

Original comment by paracha3 on 27 Jul 2013 at 8:20