Improvement to SLP Using REST API is a work in progress, the developer has implemented it with the Pages Add-on. I am not technical enough to address the subject. I will ask Lance to weigh in on this when he has free moment.
In two weeks time I need to have ready a web using your plugin and some of your add-ons and a quite basic App developed in Titanium Appcelerator which will get its data from SLP.
The App will have:
a list of shops, shown in a map and in a list, using
a city and/or street name search
nearby places.
When clicked it will open a new window with the shop’s info.
Any information you can provide me about getting the data from the plugin to the App would be greatly appreciated!
Rest API support is built into the base SLP plugin and WordPress 4.4.
To use any data modification endpoints you will need to use a WordPress REST API compatible authentication plugin. They are listed on the WordPress REST API version 2 doc pages. I recommend the oAuth plugin over the Basic Auth plugin for security reasons.
All of the SLP REST API endpoints are listed in the include/class.handler.rest.php file. The endpoints and methods are self explanatory.