Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
RESTful API Playground as a Django Application
(hipo.biz)
45 points
by
yigit
13 years ago
| 8 comments
RESTful API Playground as a Django Application | Dark Hacker News
ilovekitty
13 years ago
|
next
[−]
I just integrated it with my project which uses Django and Tastypie. Thanks for your effort.
olalonde
13 years ago
|
next
[−]
Would be really great if this could be used to test arbitrary REST APIs, not just Django... Would love to use this to test my Node.js API :(
fatiherikli
13 years ago
|
parent
|
next
[−]
The Django app is loosely coupled. Playground logic is behind the client-side. It's uses just jQuery. You can implement Node.JS version of this project.
olalonde
13 years ago
|
root
|
parent
|
next
[−]
Ok, thanks for the tip.
salsakran
13 years ago
|
next
[−]
Is there any way to autogenerate playground schema from tastypies's schemas?
fatiherikli
13 years ago
|
parent
|
next
[−]
Currently no, unfortunately. The current way is already easy. But still may be implemented later.
mstdokumaci
13 years ago
|
next
[−]
looks better than soapui :)
gurukanu
13 years ago
|
next
[−]
nice :)