yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Design the response of thumbnail picture generation #40

Closed yunjiali closed 12 years ago

yunjiali commented 12 years ago

Design a response for the thumbnail picture generation call.

If thumbnail is successfully generated, return the url of the picture

{code:0, description:"success", url:http://example.org/1/1.jpg}

if not, return a error code

{code:1, description:"",url:''}

yunjiali commented 12 years ago

Implemented in synote-multimedia-service