Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 674 Bytes

File metadata and controls

31 lines (16 loc) · 674 Bytes

API plugin for KISSCMS

Version: 0.3.0

Dependencies

Install

Using git you can install on your site as a submodule

git submodule add git://github.com/kisscms/api.git

Usage

Install the plugin in your plugins folder - you're ready to use the helper classes:

  • Remote_API() includes a series of actions - like caching - related with Remote APIs
  • REST_Service() provides an automated way to send requests using traditional REST methods and outputs results to JSON.

There is an examples folder to get you started with some common uses...

Credits

Created by Makis Tracend (@tracend)