There is now a fully-tested endpoint for retrieving all photos from a given album.
All APIs have been fully documented.
I'm curious to see what you all think about the RESTful API specification. I have no preference on format really, so let me know if you have any suggestions. Regardless, I think it communicates all the necessary information (but let me know if you disagree).
Likewise, this PR illustrates how a new endpoint can be implemented on the server, as well as tested.
Included:
I'm curious to see what you all think about the RESTful API specification. I have no preference on format really, so let me know if you have any suggestions. Regardless, I think it communicates all the necessary information (but let me know if you disagree).
Likewise, this PR illustrates how a new endpoint can be implemented on the server, as well as tested.