Created
December 13, 2013 14:33
-
-
Save AdamSaleh/7945132 to your computer and use it in GitHub Desktop.
Definition of user api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from apicrud import ApiCrud | |
class UserApi(ApiCrud): | |
@classmethod | |
def api_path(cls): | |
return "/api/users/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment