Skip to content
bebanjo edited this page Dec 16, 2010 · 5 revisions

h2. Introduction

This page includes documentation regarding the available APIs for BeBanjo's new metadata product. Currently, the new Metadata product acts as an extension to Movida, and the way to access the metadata is via the Movida APIs. The following is an example of requesting a title when the account is configured to use the new Metadata product:

bc. curl --digest -u metadata_testing "https://movida.example.com/api/titles/19430"

Would yield something like this:

bc.

<title> 19430 <title>E01, Les Exilés</title> Les Exilés 1 SLOSTS5E1 </title>

Notice how the URL for the metadata node is pointing to a different hostname. If we request that URL:

bc. $ curl --digest -u metadata_testing "https://staging-metadata.bebanjo.net/api?episode=19430"

Returns the list of available metadata representations or profiles. In this example, only one metadata profile is included, but depending on how the account is configured, multiple representations of the Metadata might be available

bc.

To learn about each of the profiles, follow the links below.

h3. Profiles.