Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | errors/handlers: Make 404 errors more clear | Cara Salter | 2022-05-30 |
| | | | | | Instead of returning a 500 for every error, this should make it a little easier to return specific status codes for different errors | ||
* | handlers: Implement CRD handlers | Cara Salter | 2022-05-29 |
| | | | | | | Update handler was removed for now. Also postgres! | ||
* | meta: API Scaffold | Cara Salter | 2022-05-27 |
Initial implementation of a CRUD API for Ships. Should probably at some point support getting specific Ships based on something like shasum or an ID, so that solard can more easily pull it down |