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

petewall/firmware-service

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages