Skip to content

Tagtoo/endpoints-proto-datastore-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

endpoints-proto-datastore-rest

a RESTful api generator for endpoints proto datastore

Usage

# generate restful api in one line
BigDataLab = EndpointRestBuilder(GPCode).build(
    api_name="BigDataLab",
    name="bigdatalab",
    version="v1",
    description="My Little Api"
)

# Customize api

builder = EndpointRestBuilder(GPCode)

# change the default list behavior
builder.set_list(func)

# add a endpoint api
builder.set_method(func, 'trigger')


About

a RESTful api generator for endpoints proto datastore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages