rest_gae
rest_gae copied to clipboard
REST interface for NDB models over webapp2 in Google App Engine Python
Results
11
rest_gae issues
Sort by
recently updated
recently updated
newest added
In the UserRESTHandler + RESTHandler constructors: Raise a ValueError in case of using permissions that don't make sense. For example: - POST with PERMISSION_USER_OWNER - Any others?