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