device-manager

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

README

  • REST Create/Update/Delete -> CQRS Event
  • REST Get -> aggregate REST to CQRS-Query-Services

API

  • POST|GET /device-types

    • GET Parameter:
      • limit
      • offset
      • sort (name.asc)
    • example: /device-types?limit=10&offset=0&sort=name.asc
  • PUT|GET|DELETE /device-types/:id

  • POST|GET /devices

    • GET Parameter:
      • limit
      • offset
      • sort (name.asc)
    • example: /devices?limit=10&offset=0&sort=name.asc
  • PUT|GET|DELETE /devices/:id


create and delete only for admins:

  • POST|GET /protocols

    • GET Parameter:
      • limit
      • offset
      • sort (name.asc)
    • example: /protocols?limit=10&offset=0&sort=name.asc
  • GET|DELETE /protocols/:id

  • POST|GET /serializations

    • GET Parameter:
      • limit
      • offset
      • sort (name.asc)
    • example: /serializations?limit=10&offset=0&sort=name.asc
  • GET|DELETE /serializations/:id

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL