I have been using GAE and Endpoints for a couple weeks now. I see when I make changes to my code, the devserver will automatically pick up the changes and I am able to sometimes run tests against my updated API in the local API browser. However, I have also noticed some instances where it appears the changes were not picked up automatically and my API browser was hitting old code.

What is the proper process for updating my application to test locally? Do I have to restart my devserver? Do I need to refresh my browser and build new request objects? Can I simply execute a previous request again? (from experience, the last question appears to be no).

Thanks.

有帮助吗?

解决方案

While working with the Development Server, I have found that it is best to :

  • Restart the Server &
  • Refresh the browser to ensure that any updated services definition is picked up by the API Explorer.
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top