Skip to content

Restler 3: Where is resources.json in my filesystem or how do I create it?

Arul- edited this page Feb 10, 2013 · 1 revision

Resources.json is not actually created in your file system.

Load your restler3 url and instead of the class name use resources.json

Example

http://restler3.phpfogapp.com/examples/_007_crud/authors

would become

[http://restler3.phpfogapp.com/examples/_007_crud/resources.json] (restler3.phpfogapp.com/examples/_007_crud/resources.json)Note this url does not work

[http://restler3.phpfogapp.com/examples/_009_rate_limiting/resources.json] a working example resources.json can be found here