Bigfoot Items Service

Bigfoot Items Service

URI

http://api.talis.com/bf/stores/{store}/items

Allowed Methods

GET,POST

GET

If no parameters are supplied, this service responds with an HTML form to assist creating the correct set of parameters.

Optional Parameters

  • query - the query expression used to search the store. Supports any expression in the Bigfoot Search Syntax.
  • max - The maximum number of results to return in the results. If this parameter is not supplied it defaults to a value of 10.
  • offset - The number of results to skip before listing the results. If this parameter is not supplied it defaults to a value of 0. When combined with the max parameter this can be used to implement paging of results.
  • xsl - the URI of an XSLT stylesheet that should be applied to the search results.
  • content-type - a media type that should be used in the Content-Type header of the response when a stylesheet has been applied to the results.

POST

Content POSTed to this URI is added as a new item to the store. A successful response will be indicated with a 201 Created HTTP status code. The URI assigned to the content will be returned in a Location header.

list available stores for testing ?

Hi, is there any list of the available stores that can be used for testing ?
It would be nice to have a list of them somewhere obvious here on the site.

Currently I've identified the following one's:
http://api.talis.com/bf/stores/ukbib/items
http://api.talis.com/bf/stores/holdings/items
http://api.talis.com/bf/stores/wikipedia/items

(adding a trailing slash will give you an error msg btw).

Instead of me continuing to do my guess work, i hope that a complete list would be put up somewhere :)

- Bernd.