0
如果我有終結點方法:如何處理Google Endpoints方法參數?
@endpoints.method(ProfileMiniForm, ProfileForm,
path='profile', http_method='POST', name='saveProfile')
def saveProfile(self, request):
"""Update & return user profile."""
return self._doProfile(request)
在saveProfile功能,當它發生在請求時,它採取在ProfileMiniform的實例?