[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-26 Thread pbreit
It should be possible. After all, REST is usually just making GETs and POSTs to URLs/URIs. Web2py has some features to help out. Take a look at the chapter on Services: http://web2py.com/book/default/chapter/09 RESTful systems are typically expecting XML or JSON data formats which are both supp

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-26 Thread Niphlod
it's completely possibile and URL designing in web2py is easy adhere to RESTfulness is a piece of cake. It is a challenge to understand what do you imply saying "RESTful" and to be honest there are strict or lazy ways to stick to the "REST bible"... I'm not an Iphone dev but, admitted that yo

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-27 Thread superavit
awesome thanks for the pointer! On Jan 26, 7:50 pm, pbreit wrote: > It should be possible. After all, REST is usually just making GETs and POSTs > to URLs/URIs. Web2py has some features to help out. Take a look at the > chapter on Services:http://web2py.com/book/default/chapter/09 > > RESTful sys

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-27 Thread howesc
while the current version does not prescribe to RESTfulness very well, check out http://starmakerapp.com/ this iPhone app's database backend is web2py on GAE. it's still kinda beta version, but many enhancements (including converting the website for the app to web2py) are coming! so yes, it's

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-27 Thread William
Thanks cfh. I am wondering could you write a blog or forum post about the post interface you did? that will be very helpful. -Bill

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-31 Thread Tarun
At Radbox, we allow user to add a video by calling our api http://api.radbox.me/video/add?url=url&dev=devKey&user=userKey&t=title Basically, it's a normal url with video as controller and add as function with returned format as json which is provided by web2py. We have not built api to authenticat

[web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-02-02 Thread Fran
Here is an example of a RESTful API built on Web2Py: http://eden.sahanafoundation.org/wiki/S3XRC/RESTfulAPI F

Re: [web2py] Re: can web2py support RESTful api calls? if so any pointers on how to build one?I

2011-01-30 Thread Bruno Rocha
radbox.me has a very nice API http://radbox.me/api/index made with web2py, would be great if that guys could share some information and tips about it. Bruno Rocha http://about.me/rochacbruno/bio