This service is for managing a store of firmware binaries.
GET /
- Get all firmwareGET /types
- Get all firmware typesGET /<type>
- Get all firmware by typeGET /<type>/<version>
- Get firmware by type and versionGET /<type>/<version>/data
- Download firmware dataPUT /<type>/<version>
- Upload new firmwareDELETE /<type>/<version>
- Delete firmware
- Holistic testing in filesystem tests?
- Get testing in CI