Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Backend API Tutorial

This tutorial focuses only on building an API with Endpoints, also called the API backend, or simply the backend. It does not show how to generate client libraries or write client apps that use the API backend. Those aspects of Endpoints are documented elsewhere in the Endpoints documentation.

In this tutorial, you will learn how to:

  • Create a project for an API backend.
  • Write an extremely simple API backend.
  • Run the API backend on the local development server.
  • Test your API backend using the API Explorer.
  • Use OAuth 2.0 to restrict access to a method in the API and deploy to production to test.

Complete sample code location

The tutorial leads you through the addition of all the code required to run the sample. However, if you want to download the entire project, visit the code repository containing the appengine-endpoints-helloendpoints-python project .

Topics covered

The following topics lead you through the tutorial:

Next...

Continue to Setup .

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.