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:
- Get all entry types: getTypes()
- Get all entries according to parameters: getEntries()
- Get an entry according to entry slug: getEntry()
Drop in your plugins folder or in the ColdBox extensions location
Version 2.0- Updates to use latest API
Version 1.1- Fix for retrieving correct entry types
Version 1.0