Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 482 Bytes

Firmware Service

This service is for managing a store of firmware binaries.

API

  • GET / - Get all firmware
  • GET /types - Get all firmware types
  • GET /<type> - Get all firmware by type
  • GET /<type>/<version> - Get firmware by type and version
  • GET /<type>/<version>/data - Download firmware data
  • PUT /<type>/<version> - Upload new firmware
  • DELETE /<type>/<version> - Delete firmware

TODO

  • Holistic testing in filesystem tests?
  • Get testing in CI