Gatorpeeps/API

Gatorpeeps API overview

Afrigator has modeled the Gatorpeeps API off the Twitter and Laconica API for easier integration. Any application that supports Laconica should in essence now support Gatorpeeps. Tools such as Twhirl, an Adobe AIR application for Linux, Windows and Mac, has Laconica support and as such Gatorpeeps can be used with this app.

API base

The API base or root can be found at  http://afrigator.com/api.

To make API calls, you add the methods to the API base URL, for example:

 http://afrigator.com/api/statuses/public_timeline.xml
 http://afrigator.com/api/statuses/friends_timeline.json

Authentication

At present we only support HTTP Basic Authentication, but we are working on an OAuth option for the near future. To find out more about HTTP Basic Authetication, please read:  http://en.wikipedia.org/wiki/Basic_access_authentication

API Response formats

At this moment, the API only return responses in either XML format or in JSON format. Simply apend either .xml or .json to an API method to return the respective results.

API Methods

Timeline methods

Updates methods

User methods

Friendships methods

Direct messages methods

Account methods