Returns data about a collection of images.
GET https://phantasticfoto.com/api/v1/album/{album ID}
where {album ID} is the ID of the album to retrieve.
Creates a new album with a collection of images.
POST https://phantasticfoto.com/api/v1/album/{album ID}
where {album ID} is the ID of the album to create.
Modifies and existing album.
PUT https://phantasticfoto.com/api/v1/album/{album ID}
where {album ID} is the ID of the album to update.
Retrieves a list of all albums.
GET https://phantasticfoto.com/api/v1/album/
Prints an album.
POST https://phantasticfoto.com/api/v1/album/print/{album ID}
where {album ID} is the ID of the album to print.
Deletes an album.
DELETE https://phantasticfoto.com/api/v1/album/{album ID}
where {album ID} is the ID of the album to delete.