clementdenis / google-apis-explorer

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

When accessing an updated Google App Engine java cloud endpoints the points are not updated in the explorer #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. deploy the 1st version with 1 end point 
2. add more end point
3. deploy again and you'll notice the list is the same in explorer

What is the expected output? What do you see instead?
I was expecting the list to change according to the discovery of the gae cloud 
end points.

What version of the product are you using? On what operating system?
GAE 1.7.1, Google Eclipse Plugin 3.1.0.v201208080121-rel-r42

Please provide any additional information below.
I've tried it with a couple different deployments. 

Original issue reported on code.google.com by branflak...@gmail.com on 8 Sep 2012 at 3:44

GoogleCodeExporter commented 8 years ago
It would be nice to see a cache flush to reload the api endpoints. I've removed 
endpoints but the explorer still has them listed. 

Original comment by branflak...@gmail.com on 8 Sep 2012 at 4:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I can confirm that the Explorer cache is sufficiently long-lived that I can't 
rely on it when developing. If polling more frequently is not an option, a 
manual flush/refresh as Brandon suggests would be nice. By long-lived I mean 
from one to many minutes, and re-loading has unpredictable results. It is as if 
there are multiple caches, not necessarily in sync with one another.

Original comment by br...@lingerhere.org on 14 Sep 2012 at 4:27