Professo Bean
Professo Bean

Reputation: 25

How to create a REST webservice with client can get json and client can post data to webservice?

I have a project to get data from webservice to do jobs and post data to webservice to commit. Client is android application.

Client jobs: get json from webservice and parse like login get username .... post: client post data they commit example: change username password

Can i write with django or something like that? - sorry because my bad english.

Upvotes: 0

Views: 1022

Answers (1)

shawnwall
shawnwall

Reputation: 4607

I'd recommend taking a look at django-tastypie. It's an incredibly simple way to set up API's for django models.

Upvotes: 1

Related Questions