Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

REST API for Curator

Michael Seid edited this page May 23, 2013 · 3 revisions

Give me Assets

GET /v1/curator/assets

returns:

{
  "assets" : [
    {OBJECT}
   ] 
}

GET /v1/curator/asset/123

returns:

{
  "asset" : {OBJECT}
}

Give me list of themes

GET /v1/curator/themes

{
  "themes" : [
    {OBJECT}
   ]
}
Clone this wiki locally