Cleans up README a little
This commit is contained in:
24
README.md
24
README.md
@@ -10,16 +10,16 @@ REST API to support a community scavenger hunt app.
|
|||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
### User Endpoints
|
### User Endpoints
|
||||||
* list teams for hunt GET /hunt/{id}/team
|
* list teams for hunt GET `/hunt/{id}/team`
|
||||||
* create new hunt team POST /hunt/{id}/team
|
* create new hunt team POST `/hunt/{id}/team`
|
||||||
* join hunt team POST /hunt/{id}/team/{id}
|
* join hunt team POST `/hunt/{id}/team/{id}`
|
||||||
* list items for hunt GET /hunt/{id}/item
|
* list items for hunt GET `/hunt/{id}/item`
|
||||||
* get hunt item info GET /hunt/{id}/item/{id}
|
* get hunt item info GET `/hunt/{id}/item/{id}`
|
||||||
* get hunt team item info GET /hunt/{id}/team/{id}/item/{id}
|
* get hunt team item info GET `/hunt/{id}/team/{id}/item/{id}`
|
||||||
* get photos for hunt item GET /hunt/{id}/team/{id}/item/{id}/photo
|
* get photos for hunt item GET `/hunt/{id}/team/{id}/item/{id}/photo`
|
||||||
* upload photo for hunt item POST /hunt/{id}/team/{id}/item/{id}/photo
|
* upload photo for hunt item POST `/hunt/{id}/team/{id}/item/{id}/photo`
|
||||||
* delete photo for hunt item DELETE /hunt/{id}/team/{id}/item/{id}/photo
|
* delete photo for hunt item DELETE `/hunt/{id}/team/{id}/item/{id}/photo`
|
||||||
* list hunt teams with scores for hunt GET /lead/hunt/{id}/team
|
* list hunt teams with scores for hunt `GET /lead/hunt/{id}/team`
|
||||||
* list hunters with scores for hunt GET /lead/hunt/{id}/hunter
|
* list hunters with scores for hunt GET `/lead/hunt/{id}/hunter`
|
||||||
### Admin Endpoints
|
### Admin Endpoints
|
||||||
* approve photo for hunt item POST /admin/hunt/{id}/team/{id}
|
* approve photo for hunt item POST `/admin/hunt/{id}/team/{id}`
|
||||||
Reference in New Issue
Block a user