Firstly authentication is needed to call Custom Endpoints URL, Admin can create 'New API Access on plugin in backend. Now one question could appear in your mind that what's need to create Custom Endpoints url. Yes, the answer is you do not need to handle API, you just hang your own code in the filter hook, provided by this plugin, once you have created endpoint, and enjoy the response. One of the most features of this plugin is that, it capture all request response and create log, if it's TURN ON in the settings panel.. IN the description it has already mentioned, that after registering endpoint, you will see 'INFO icon on 'Filter Hook Column Endpoint Listing.If you click on that icon, you will be prompted with CODE snippet. If you put that code snippet and return your OBJECT ARRAY STRING, then this plugin will return JSON array and your 'returned value will be on DATA object... For that this plugin providing you 'CRON, if you put that settings as you required, the system will delete the previous log as you saved settings. For e.g if you set this 'CRON will run on to 'Once Daily, then the CRON job will run once in day.. And if you set 'Delete Log to Days Before, then it will delete all log from the very first to the last seven days... Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more