-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Server endpoints (v2) returning the checkpoins data #188
Labels
enhancement
New feature or request
Model
Changes to the data model this project uses (DTO or internal to Agent/Server)
Server
Issues touching the server part of the project
Comments
This item depends on: |
lsulak
added a commit
that referenced
this issue
May 23, 2024
lsulak
added a commit
that referenced
this issue
Jun 13, 2024
lsulak
added a commit
that referenced
this issue
Jun 13, 2024
lsulak
added a commit
that referenced
this issue
Jun 13, 2024
lsulak
added a commit
that referenced
this issue
Jun 14, 2024
lsulak
added a commit
that referenced
this issue
Jun 14, 2024
lsulak
added a commit
that referenced
this issue
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
Model
Changes to the data model this project uses (DTO or internal to Agent/Server)
Server
Issues touching the server part of the project
Background
We need to read all the measurements across a checkpoint of certain name within a flow.
Feature
Create the REST API endpoint and required class in model module to return the data received from DB.
Proposed Solution [Optional]
Use #141 for endpoints path.
Envelope is not needed, to be implemented yet.
Depends on #187
The text was updated successfully, but these errors were encountered: