TopOfTheFlops / PlanningRepo

0 stars 0 forks source link

Create API Documentation #6

Open gabrielamelian opened 7 years ago

gabrielamelian commented 7 years ago

Create API documentation on server side

gabrielamelian commented 7 years ago

API docs are stored here: https://github.com/TopOfTheFlops/server-side/tree/docs

gabrielamelian commented 7 years ago

Progress at 3:46 pm Saturday 10/12

Method Endpoint Requires Auth Working Deployed to Heroku Auth working
GET api/v1/lifestyles NO YES YES NA
GET api/v1/flops NO YES YES NA
GET api/v1/users/:id NO YES YES NA
POST api/v1/users/login YES YES YES YES
POST api/v1/users/signup NO YES YES NA
POST api/v1/flops/vote YES YES YES YES
POST api/v1/lifestyles YES YES YES YES
POST api/v1/flops YES YES YES YES
POST api/v1/flops/remove/:id YES YES YES YES