Home » Videos

Cloud Endpoints in Google App Engine

12 March 2013 No Comment

Learn how go from zero lines of code to a simple Google Cloud Endpoints API targeting the Python runtime of the Google App Engine. The videos discuss writing your own ProtoRPC message classes, creating API methods and wrap up by adding OAuth 2.0 authentication.

The second part showcases the Cloud Endpoints Proto Datastore library, which allows ProtoRPC message classes to be directly tied to the models used to persist objects. In addition, rather than interacting with ProtoRPC messages in our API methods, the demo shows how to directly interact with the entities that live in the datastore.

The sample code is available from https://code.google.com/p/endpoints-proto-datastore/downloads/detail?name=cloud_endpoints_tasks_sample.zip

Related Content:

Comments:

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.

*