zhangru-ng / distributed-system

Course projects of COP5615 Fall 15: distributed algorithms implemented in Scala
0 stars 1 forks source link

List of API's to implement (Album and Photos) #10

Closed sudeepgaddam closed 8 years ago

sudeepgaddam commented 8 years ago
  1. URL/albums?id=1 => Gives metadata about this album
  2. URL/photos/albums?id=1 => returns link to all photos in this album with id 1.
  3. URL/albums/person?id=1 => Returns metadata of all the albums uploaded by user with id =1

Can you please correct? Also, Can you keep adding more URL's so that we both are on same page.

zhangru-ng commented 8 years ago

I've finished User API specification

zhangru-ng commented 8 years ago

Moved to new repository