[web2py] RESTful API error: "no matching pattern"

2011-11-28 Thread Oliver Lade
I've been following the documentation regarding RESTful web services (very cool), and it mostly works except for one annoying thing. Every time I try a URL that's supposed to match the whole table and return all results (e.g. http://127.0.0.1/myapp/default/api/persons.json in the example) I get an

[web2py] Re: RESTful API error: "no matching pattern"

2011-12-04 Thread Oliver Lade
rn" error. Not sure where to go from there. On Nov 29, 1:37 am, Massimo Di Pierro wrote: > Have you tried > > http://127.0.0.1/myapp/default/api/person.json > > without the "s" > > On Nov 28, 5:19 am, Oliver Lade wrote: > > > > > > > > &g