Skip to content

Instantly share code, notes, and snippets.

@hughes
Created March 22, 2013 18:37
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 hughes/5223667 to your computer and use it in GitHub Desktop.
Save hughes/5223667 to your computer and use it in GitHub Desktop.
'''
API V2
Focus on:
- Minimalistic interfaces
- Simple authorization types
- NO full=True EVER
- NO use of request.user.current_course
- Full unit test coverage
- Avoid custom hydrate/dehydrate methods (use @property if necessary)
- Pluralized resource names
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment