This is an old revision of the document!
−Table of Contents
lib.rario.us API
Overview
These should all be REST based.
Some methods will require Authentication.
The API is *very* much in beta, so let me know if you have any problems or requests.
Using cURL
You can easily use cURL in the command line to test out responses.
Authentication
Methods that require writing or deleting require authentication. This currently uses basic HTTP auth methods.
User Methods
Show
api/user/show
This method requires either id
or screenname
and returns JSON (by default) or XML using the format
parameter.
Parameter | Type |
---|---|
id | integer - a user's id |
screenname | string - a user's name |
format | either 'xml' or 'json' - defaults to 'json' |
Item Methods
Show
api/item/show
Add
api/item/add
Delete
api/item/delete
Title Methods
Amazon Methods
Search
api/amazon/search
You are here: start » librarious » api