Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

D_Albums

Natasa Bulatovic edited this page Jul 8, 2015 · 5 revisions

Albums

##Path /albums

##Format Response are in JSON format.

#V1 ##GET /albums/

  • Retrieves a list of albums accessible to the user (authorization optional).
  • Method description
  • Status: Implemented

##GET /albums/:id

##POST /albums

##PUT /albums/:id

##PUT /albums/:id/release

##PUT /albums/:id/discard

##DELETE /albums/:id

##GET /albums/:id/members

  • Retrieves all album members of album with specified :id
  • Method description
  • Status: Implemented

##DELETE /albums/:id/members

  • Removes all album members of album with specified :id
  • Method description
  • Status: Implemented

##PUT /albums/:id/members/link

##PUT /albums/:id/members/unlink

Clone this wiki locally