google-cloud-endpoints

How to unit test Google Cloud Endpoints

How to unit test Google Cloud Endpoints Question: I’m needing some help setting up unittests for Google Cloud Endpoints. Using WebTest all requests answer with AppError: Bad response: 404 Not Found. I’m not really sure if endpoints is compatible with WebTest. This is how the application is generated: application = endpoints.api_server([TestEndpoint], restricted=False) Then I use …

Total answers: 6

Custom Authentication for Google Cloud Endpoints (instead of OAuth2)

Custom Authentication for Google Cloud Endpoints (instead of OAuth2) Question: We are super excited about App Engine’s support for Google Cloud Endpoints. That said we don’t use OAuth2 yet and usually authenticate users with username/password so we can support customers that don’t have Google accounts. We want to migrate our API over to Google Cloud …

Total answers: 5