Difference between revisions of "SailBlogs API"

From SailBlogs Support Wiki
Jump to: navigation, search
Line 31: Line 31:
 
*[[SailBlogs API: getXJComments|getXJComments]]
 
*[[SailBlogs API: getXJComments|getXJComments]]
 
*[[SailBlogs API: getContents|getContents]]
 
*[[SailBlogs API: getContents|getContents]]
 +
*[[SailBlogs API: getPosition|getPosition]]

Revision as of 20:21, 16 August 2008

The SailBlogs API provides a way for advanced users and developers to integrate SailBlogs information into external websites running PHP. This is handled by calling various programs on the SailBlogs server which returns an XML response.

Requirements

API Key

To use the API a developer must request an API key. Contact SailBlogs to request a key.

Premium Account

Only SailBlogs Premium Memberships can be accessed via the API.

PHP 5.0 or Greater

The SailBlogs-developed API Class, which automates much of the API calls to the server, requires PHP 5 or greater.

Support

Limited support is available for the API, and only via email.

Class Reference

Properties

  • api_key
  • blogDirName
  • blogID
  • cache
  • cacheLoc
  • cacheFile
  • cacheTime

Functions

The following functions are available in the API Class.