charles-vdulac / django-roa

Fork of original Django ROA lib. Now ROA works directly with an API like Django Rest Framework
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

How to make a get/post/delete/put #26

Open nardoguy14 opened 9 years ago

nardoguy14 commented 9 years ago

Hello,

I was wondering if you could provide more detail on how to make the following calls. I searched on the github and wiki page and was unable to understand how to make the calls.

Thank you

charles-vdulac commented 9 years ago

Did you take a closer look to tests in django-roa/examples/django_rest_framework/frontend/frontend/tests.py?

I think it's the best way to understand how it works. A ticket was opened to improve documentation.