Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 1012 Bytes

Smart Slider 3 REST API (Work In Progress...)

Simple REST API endpoints for Smart Slider 3 WordPress plugin.

Currently only there is 1 endpoint implemented: /wp-json/smartslider3/v1/sliders/<slider-id>.

How to install

  1. Download the code and put it in a directory (e.g. Smart-Slider-3-REST-API) under your WordPress' wp-content/plugins directory.
  2. Activate the plugin from your WordPress' administration interface.

How to use

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.

TODOs

  • 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.