Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassBasedGenericAPI

Python package to give functionality for use with django web sites to support the creation of API's using class based views.

  • An APIView generic class. Providing common functionality for your own API views.
  • Mixin's used to support API data formats. A simple JSON mixin is already provided. Easy to extend!
  • A set of standard API response codes.
  • Http Basic Authentication support.
  • Throttling of API calls.

Further Reading

About

Django application providing functionality for creating an API using class based views.

Resources

Stars

25 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages