Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created December 13, 2013 14:33
Show Gist options
  • Save AdamSaleh/7945132 to your computer and use it in GitHub Desktop.
Save AdamSaleh/7945132 to your computer and use it in GitHub Desktop.
Definition of user api
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