[web2py] Re: How to implement token based restful api in web2py

2016-07-14 Thread botasservice
Ok. Thank you. четверг, 14 июля 2016 г., 22:28:50 UTC+4 пользователь Dave S написал: > > > > On Thursday, July 14, 2016 at 7:58:55 AM UTC-7, botass...@gmail.com wrote: >> >> I'm using 2.14.6. I solved this by just removing indent=2 > > > I think Massimo was suggesting the developer's version (aka

[web2py] Re: How to implement token based restful api in web2py

2016-07-14 Thread Dave S
On Thursday, July 14, 2016 at 7:58:55 AM UTC-7, botass...@gmail.com wrote: > > I'm using 2.14.6. I solved this by just removing indent=2 I think Massimo was suggesting the developer's version (aka "tip of trunk"). /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentati

[web2py] Re: How to implement token based restful api in web2py

2016-07-14 Thread botasservice
I'm using 2.14.6. I solved this by just removing indent=2 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscr

[web2py] Re: How to implement token based restful api in web2py

2016-07-14 Thread botasservice
I'm using 2.14.6. I solved this by just removing indent=2 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscr

[web2py] Re: How to implement token based restful api in web2py

2016-07-14 Thread Massimo Di Pierro
You need the latest version of web2py. response.json has been patched in this and other ways. On Wednesday, 13 July 2016 02:53:51 UTC-5, botasserv...@gmail.com wrote: > > Massimo, i've downloaded your example with APIMaker and getting error: > > json() got an unexpected keyword argument > 'inde

[web2py] Re: How to implement token based restful api in web2py

2016-07-13 Thread botasservice
Massimo, i've downloaded your example with APIMaker and getting error: json() got an unexpected keyword argument 'indent' File "applications\collection2\modules\apimaker.py", line 294, in process return response.json(res, indent=2)+'\n' вторник, 12 июля 2016 г., 11:39:18 UTC+3 пользователь

[web2py] Re: How to implement token based restful api in web2py

2016-07-12 Thread Massimo Di Pierro
TW. The name is going to change today. DBAPI will be renamed something else. On Monday, 11 July 2016 07:43:13 UTC-5, Marlysson Silva wrote: > > Without to use DBAPI but still it would be possible to build API Rest with > web2py using @restful? > > Managering dal mannualy > > Em segunda-feira, 11

[web2py] Re: How to implement token based restful api in web2py

2016-07-11 Thread Anthony
On Monday, July 11, 2016 at 8:43:13 AM UTC-4, Marlysson Silva wrote: > > Without to use DBAPI but still it would be possible to build API Rest with > web2py using @restful? > > Managering dal mannual > Please read the documentation suggested: http://web2py.com/books/default/chapter/29/10/service

[web2py] Re: How to implement token based restful api in web2py

2016-07-11 Thread Marlysson Silva
Without to use DBAPI but still it would be possible to build API Rest with web2py using @restful? Managering dal mannualy Em segunda-feira, 11 de julho de 2016 09:38:36 UTC-3, Massimo Di Pierro escreveu: > > This is what the manual has to say about it: > > > http://web2py.com/books/default

[web2py] Re: How to implement token based restful api in web2py

2016-07-11 Thread Massimo Di Pierro
This is what the manual has to say about it: http://web2py.com/books/default/chapter/29/10/services?search=restful#Restful-Web-Services If you are willing to try something more beading edge: http://experts4solutions.com/collection2/default/examples The latter is experimental, requires