Tag: api
API Resources
These are the currently-supported Siteframe resources that can be manipulated via the API. This list will be updated as necessary. Those in bold will be the most commonly-used objects.
Audit - a log entry to the audit log.
Comment - a comment on a page.
Favorite - a collection of a user's favorite users.
File - an uploaded file, such as an image file or...
0 comment(s)
/ glen
/ API
/ on December 18, 2005 at 20:57
API Overview
REST (REpresentational State Transfer) is a technique for providing web services that leverages the built-in capabilities of HTTP, the protocol that drives the web. In REST, like in the web itself, data objects are represented as resources, and HTTP provides verbs that act upon them.
The initial discussion of REST as an architectural style occurs in Roy Thomas Fielding's dissertation ....
0 comment(s)
/ glen
/ API
/ on December 18, 2005 at 20:01
Siteframe Beaumont 5.0 Beta 7
Apart from the usual array of bug fixes, the major feature of this build is a complete rewrite of the API (api.php) to be more REST-compliant. As always, check the CHANGELOG.txt file for details.
0 comment(s)
/ glen
/ Older Versions
/ on December 18, 2005 at 17:08
Plugin API
The Plugin API provides a collection of services for use by Siteframe plugins. The API is implemented as a PHP class file and classes are called directly, not through the creation of an object. This page defines the functions available in the plugin API and shows examples of their use.
Please note that the Plugin API is a PHP5 API for use by plugin scripts; this is distinct from the...
0 comment(s)
/ glen
/ Internals
/ on April 3, 2005 at 20:54
