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:
- Get all entry types: getTypes()
- Get all entries according to parameters: getEntries()
- 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
- Fix for retrieving correct entry types
- Initial release
Menu
Forge Entry Types


