Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Endpoints

Appengine Ndb Property Validations

I wonder what the best approach is for validating NDB entity properties likes: a date must be in t… Read more Appengine Ndb Property Validations

Consuming Gae Endpoints With A Python Client

I am using Google AppEngine Endpoints to build a web API. I will consume it with a client written i… Read more Consuming Gae Endpoints With A Python Client

How Do You Return A Partial Response In App Engine Python Endpoints?

I am learning endpoints and saw that other Google APIs have this 'fields' query attribute. … Read more How Do You Return A Partial Response In App Engine Python Endpoints?

Dynamically Created Method And Decorator, Got Error 'functools.partial' Object Has No Attribute '__module__'

I am currently using EndpointsModel to create a RESTful API for all my models on AppEngine. Since i… Read more Dynamically Created Method And Decorator, Got Error 'functools.partial' Object Has No Attribute '__module__'

How Do I Fix OpenAPI Document Generation On Google Cloud Endpoints?

I am working through the tutorial: 'Getting Started with Cloud Endpoints Frameworks on App Engi… Read more How Do I Fix OpenAPI Document Generation On Google Cloud Endpoints?