diff --git a/README.md b/README.md index eec41d7..8543aa9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ and its even mobile friendly! | Endpoint | Description | |---|---| | `GET /api/people` | List of contacts from the address book | +| `GET /api/people/` | A contact by id | +| `GET /api/people//photo` | A contacs photo by id | | `GET /api/events` | List of calendar events with matched participants | +| `GET /api/events/` | A calendar event by id | | `GET /api/scores` | Social score breakdown (`total`, `event_score`, `diversity_score`) | | `GET /api/parse_errors` | Calendar participants that couldn't be matched to a contact |