summaryrefslogtreecommitdiff
path: root/src/handlers/ships.rs
Commit message (Collapse)AuthorAge
* Prepare for nix compilationCara Salter2022-06-10
|
* meta: Add Bearer authenticationCara Salter2022-05-30
| | | | Makes use of a pre-shared key. Do not expose this to the internet!
* errors/handlers: Make 404 errors more clearCara Salter2022-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 handlersCara Salter2022-05-29
| | | | | | Update handler was removed for now. Also postgres!
* meta: API ScaffoldCara Salter2022-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