bvanberg / herzog

Dumping ground for initial POC projects.
1 stars 0 forks source link

API: Flesh out all endpoints #25

Open bvanberg opened 8 years ago

bvanberg commented 8 years ago

Now that we have the basic API application in place it's time to define the API completely.

  1. Define all endpoints needed for all actions known at this point (post photos, get photos, supply meta-data along with photos, etc.)
  2. Define all parameters (meta data) needed and how those will be handled by the API.
  3. Implement all the missing pieces.
  4. Document the API endpoints (README)