Skip to content

A Django Rest Framework project to allow experimentation with django-rest-knox

License

Notifications You must be signed in to change notification settings

shearichard/django-rest-knox-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Rest-Knox Sandbox

This project is used to trial the use of django-rest-knox. It's starting point is a cutdown version of drf-tut-baseline.

Installation

Take note of the comments in the django-rest-knox documentation regarding operating system prerequisites.

Example Transactions

Before any authorisation applied

Add a snippet.

$ echo -n '{"id": 1,"title": "","code": "foo = \"bar\"\n","linenos": false,"language": "python","style": "friendly"}' | http POST localhost:8000/snippets/

View all snippets.

$ http http://localhost:8000/snippets/

About

A Django Rest Framework project to allow experimentation with django-rest-knox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages