Differences
This shows you the differences between two versions of the page.
|
librarious:api [2010/03/30 15:20] mauayan |
librarious:api [2010/05/18 16:14] (current) mauayan added link to lib.rario.us |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Please note: **this is very much in beta**, so let me know if you have any problems or requests. | Please note: **this is very much in beta**, so let me know if you have any problems or requests. | ||
| + | |||
| + | This is the API for http://lib.rario.us. | ||
| These should all be RESTful. | These should all be RESTful. | ||
| Line 42: | Line 44: | ||
| + | ==== Media Methods ==== | ||
| + | Methods for interacting with libraries. | ||
| + | === Media Index === | ||
| + | <code>lib.rario.us/api/media</code> | ||
| + | |||
| + | ==Requires== | ||
| + | |||
| + | ^ Parameter ^ Type ^ | ||
| + | | owner | string - a username on lib.rario.us | | ||
| + | | type | string - 'books', 'dvds', 'music', or 'games' | | ||
| + | | tag | string - separate multiples tags with a "+" | | ||
| + | | page | integer - for page number | | ||
| + | | format | either 'xml' or 'json' - defaults to 'json' | | ||
| Line 101: | Line 116: | ||
| ^ Parameter ^ Type ^ | ^ Parameter ^ Type ^ | ||
| - | | id | integer - a title's id | | + | | id | integer - a title's id | |
| - | | asin | string - a title's amazon id | | + | | asin | string - a title's amazon id | |
| - | | upc | string - a title's UPC | | + | | upc | string - a title's UPC | |
| - | | ean | string - a title's EAN | | + | | ean | string - a title's EAN | |
| - | | isbn | string - a title's isbn | | + | | isbn | string - a title's isbn | |
| | format | either 'xml' or 'json' - defaults to 'json' | | | format | either 'xml' or 'json' - defaults to 'json' | | ||
You are here: start » librarious » api