keananf / PhotoShareWebApp

Web-based client and RESTful server built with Jersey and Grizzly
2 stars 0 forks source link

Albums API and Full API documentation #43

Closed keananf closed 6 years ago

keananf commented 6 years ago

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.