Album End-Points
recent
Return a list of the most recently added albums.
get
Get a specific album by its uid.
- album_uid: the uid of the image to retrieve
images
Get all images from a specific album (in no particular order).
- album_uid: the uid of the user for which to retrieve images
byUser
Get all albums from a particular user, ordered by the album creation
date.
- user_uid: the uid of the user.
byHash
Get a specific album by its hash value
- hash: the hash string of the album to fetch