I use Google Cloud Endpoints for my application. Whenever I hit the application root, it gives an error. The console says:
Importing endpoints from google.appengine.ext is deprecated and will be removed. Add the endpoints library to app.yaml, then endpoints can be imported simply with "import endpoints".
There is no mention of this in the documentation and I believe I am doing this correctly.
I tried adding endpoints to the library section of app.yaml
, but the deployment failed saying that it wasn't a valid library. When I look in the instance page, it says that my instances are running on App Engine 1.8.5, which is a pre-release version that hasn't even come out yet!
Is this a Google problem or something with my code?