download   home   source


lmajano@gmail.com's Gravatar   Luis Majano Dec 04, 2009 at 5:57 PM May 24, 2012 at 4:45 AM 2.0 3.5.0 Plugins 2606 685

ForgeBox API REST Wrapper

A plugin that talks to the ForgeBox REST API

Description

ForgeBox API REST Wrapper

Connects to forgebox for operations.  This plugin also uses logbox for debugging
and logging.  You must enable logbox for DEBUG level with the correct class name
if you want to add logging for this category only.

Example:
<Category name="myApp.plugins.ForgeBox" levelMax="DEBUG" />

or just add DEBUG to the root logger

<Root levelMax="DEBUG" />

You can use this wrapper to do the following:

  1. Get all entry types: getTypes()
  2. Get all entries according to parameters: getEntries()
  3. Get an entry according to entry slug: getEntry()

Installation Instructions

Drop in your plugins folder or in the ColdBox extensions location

Changelog

Version 2.0

  • Updates to use latest API
Version 1.1
  • Fix for retrieving correct entry types
Version 1.0
  • Initial release