Where can I find out the meaning of @endpoints.method parameters? -


i can see following @endpoints.method accepts several different kinds of parameters.

@endpoints.method(message_types.voidmessage, profileform,             path='profile', http_method='post', name='saveprofile') 

where can read more these parameters , and potentially other @endpoints. functions exist , parameters are?

i have googled documentation, have found articles , getting started guides. haven't been able find comprehensive explanation of endpoints functions exist, return , parameters are.

the official python documentation has decorator parameters documented.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -