Closed cfanoulis closed 3 years ago
We need some routes for people management
from my notes (all routes are to be authenticated)
person/lookup
person/create
person/:id
being worked on in https://github.com/cfanoulis/dinobox/tree/people
We need some routes for people management
from my notes (all routes are to be authenticated)
POSTperson/lookup
- lookup a person with the provided detailsperson/create
- creates a person in the hack club airtableGETperson/:id
- get a person, including addresses. id is the Record id from airtableDELETEperson/:id
- deletes a person. id is the Record id from airtableperson/:id
- edit a person. id is the Record id from airtable