hello-world AppEngine Project

This is a sample Python project, part of the adoc project.

API Reference

Module greetings_api.py

Classes

class Greeting

Ancestors

@endpoints.api(name='greetings', version='v1')
class GreetingsApi

Ancestors

Methods

@endpoints.method(message_types.VoidMessage, Greeting, path='greetings', http_method='GET', name='greetings.list')

def greetings_list(

self, request)

Module hello_world_api.py

Classes

class MainPage

Ancestors

Methods

def get(

self)