build web service from existing django project

24 views
Skip to first unread message

Emme Gi

unread,
Apr 27, 2015, 10:21:41 PM4/27/15
to django-...@googlegroups.com
Hi, I'm discovering tastypie just now to implement a web service from an existing django project.
I have a structured data like this:

{'element1': {'data1': 2, 'data2': 'pippo', 'data3': 4}, 'element2': {'report1': 'pluto', 'report2': 4, 'data1': 3}}

that I want to serve with tasypie.
This data are from an existing class (NOT Model) in the project.
How can I retrieve the data and serve with tastypie?
I never built a REST web service, I always worked with SOAP.

Thanks in advance.
Marco
Reply all
Reply to author
Forward
0 new messages