Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
/ ee-data-api Public archive

Drop in channel and entry data API for ExpressionEngine.

Notifications You must be signed in to change notification settings

ckimrie/ee-data-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressionEngine Data API

This is a drop in channel and entry data API for ExpressionEngine. No installation is required, simply copy the required files and the data API will utilise your existing ExpressionEngine configuration.

This module will create a REST server for accessing stored channel and entry data. Requests can be appended with either “.xml” or “.json” to denote the desired return format.

Disclaimer

This module should be considered in “alpha” state and is not ready for production use. There is no security sandbox implemented, so all channel and entry data stored in EE will be made public.

Usage

Once installed (simply copy the files to the root of your EE installation) you can make the following requests from your web service or browser:

  //Request all entries
  http://example.com/api

  //Request all entries in the 'blog' channel
  http://example.com/api/blog

  //Request a single entry_id in the 'blog' channel
  http://example.com/api/blog/12

  //To change the return format, simply append 'json' or 'xml'
  http://example.com/api/news.xml
  http://example.com/api/news/15.json

About

Drop in channel and entry data API for ExpressionEngine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages