Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting and changing google appengine endpoints

I have created a small project in Google apengine and like it apart from one thing: It seems virtually impossible to delete or change an endpoint, once it has been made. The API often stays the same, regardless of code changes in the java endpoint classes. I tried to delete the complete API, but that is not possible either. Is there any way to do this?

like image 622
Lars Christoffersen Avatar asked Dec 18 '25 18:12

Lars Christoffersen


1 Answers

RE: Deletion

it's not currently supported, but we're working on it.

RE: API Changes

The Google APIs Explorer web app aggressively caches, so you'll need to clear your cache or force a refresh when you update your API server side to see the changes in the client.

like image 192
bossylobster Avatar answered Dec 21 '25 03:12

bossylobster



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!