Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan out server API endpoints #3

Closed
kochman opened this issue Jan 31, 2018 · 4 comments
Closed

Plan out server API endpoints #3

kochman opened this issue Jan 31, 2018 · 4 comments
Assignees
Labels
Milestone

Comments

@kochman
Copy link
Owner

kochman commented Jan 31, 2018

Initial thoughts:

  • /photos
    • GET: list of uploaded photo identifier
    • POST: upload a new photo
  • /photos/<id>
    • GET: download a photo by its identifier
This was referenced Feb 9, 2018
@warrn warrn self-assigned this Feb 12, 2018
@warrn warrn added the server label Feb 12, 2018
@warrn warrn added this to the Sprint 1 milestone Feb 12, 2018
@warrn
Copy link
Collaborator

warrn commented Feb 17, 2018

Divided /photos/<id> into two different endpoints, one for metadata, and one for the actual image

  • /photos/<id>/meta
  • /photos/<id>/image.jpg

@warrn
Copy link
Collaborator

warrn commented Feb 17, 2018

ID is to be defined as the sha1 hash of the image data

@warrn
Copy link
Collaborator

warrn commented Feb 18, 2018

Added thumbnail functionality and exif tag parsing

@warrn
Copy link
Collaborator

warrn commented Feb 21, 2018

Merged in #11

@warrn warrn closed this as completed Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants