Skip to content

cootetom/ClassBasedGenericAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages