This is an old revision of the document!


lib.rario.us API

Overview

These should all be RESTful.

Some methods will require Authentication.

The API is *very* much in beta alpha, 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.

API Methods

Many of these methods will return a HTTP 204 No Content on failure.

if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":librarious:api:user"); if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":librarious:api:item"); if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":librarious:api:tags"); if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":librarious:api:title"); if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":librarious:api:amazon");


Personal Tools