[web2py] Re: How to Create the RESTful API for the Web Application

2012-05-29 Thread Sanjeet Roy
Hii William I tried the example which are given but i get the empty value 
in the json and the xml which are returned


On Tuesday, May 29, 2012 12:20:46 AM UTC+5:30, Sanjeet Roy wrote:

 Can anyone tell me how to create the API or the RESTful API for the 
 Application which are developed in web2py. I want to develop our own API 
 for my application is it possible? If possible than help me how to develop.



Re: [web2py] Re: How to Create the RESTful API for the Web Application

2012-05-29 Thread Sanjeet Roy
Hii actually i developed the one chrome extension by using manifest.json
which is used to pop-up the html page where i want the value in drop-down
when the user will be login and they can also post some Queries from the
extension which will be stored in our database.

On Tue, May 29, 2012 at 12:00 PM, Sanjeet Roy sanjeet.ro...@gmail.comwrote:

 Hii William I tried the example which are given but i get the empty value
 in the json and the xml which are returned



 On Tuesday, May 29, 2012 12:20:46 AM UTC+5:30, Sanjeet Roy wrote:

 Can anyone tell me how to create the API or the RESTful API for the
 Application which are developed in web2py. I want to develop our own API
 for my application is it possible? If possible than help me how to develop.




Re: [web2py] Re: How to Create the RESTful API for the Web Application

2012-05-28 Thread Sanjeet Roy
Thanks William i will go through the documentation


On Tue, May 29, 2012 at 1:18 AM, G. Clifford Williams 
gcliffwilli...@gmail.com wrote:

 Have you taken a look at the Services and  REST documentation in the 4th
 edition of the web2py manual? Here's a link to the online version:
 http://web2py.com/books/default/chapter/29/10#Restful-Web-Services

 In short it's very easy to create rest services with web2py (even without
 using the built in request.restful() decorator). If you already understand
 ReST you can get going with a basic controller and the 'generic' views. If
 ReST is new to you then you'll probably want to take a second to go through
 the docs first.

 I hope that helps.



 On Monday, May 28, 2012 1:50:46 PM UTC-5, Sanjeet Roy wrote:

 Can anyone tell me how to create the API or the RESTful API for the
 Application which are developed in web2py. I want to develop our own API
 for my application is it possible? If possible than help me how to develop.