Simple REST API endpoints for Smart Slider 3 WordPress plugin.
Currently only there is 1 endpoint implemented:
/wp-json/smartslider3/v1/sliders/<slider-id>
.
- Download the code and put it in a directory (e.g.
Smart-Slider-3-REST-API
) under your WordPress'wp-content/plugins
directory. - Activate the plugin from your WordPress' administration interface.
Visit http(s)://your.wordpress.domain/wp-json/smartslider3/v1/
to see the available routes and also check out the schema at http(s)://your.wordpress.domain/wp-json/smartslider3/v1/sliders/schema
.
- Check for the availability of Smart Slider 3 (free or PRO);
- Tests;
- CodeSniffer;
- Travis CI;
- Add new endpoint for getting a collection of sliders;
- (Eventually) endpoints for creating / updating sliders.
- Slide-related endpoints.
- Enable installation with Composer;
- Documentation.