Skip to content

Instantly share code, notes, and snippets.

@evan2m
Last active December 28, 2015 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evan2m/7434573 to your computer and use it in GitHub Desktop.
Save evan2m/7434573 to your computer and use it in GitHub Desktop.
from resources import MyResource
res = MyResource()
res.get_resource_uri()
# returns ''
res.get_resource_uri()
# returns '/api/v1/myresource/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment