Skip to content
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

[FEATURE] Make the UI HTTP server REST API more RESTful #705

Open
1 task done
jerome-benoit opened this issue Sep 10, 2023 · 0 comments
Open
1 task done

[FEATURE] Make the UI HTTP server REST API more RESTful #705

jerome-benoit opened this issue Sep 10, 2023 · 0 comments
Labels
enhancement New feature or request simulator Simulator

Comments

@jerome-benoit
Copy link
Contributor

jerome-benoit commented Sep 10, 2023

Duplicate issue

  • I've searched for any related issues and avoided creating a duplicate issue.

Description

The current implementation is using only POST to send the same payload as the websocket one and directly share the request handlers. While it was convenient to reduce the development time, it's not a RESTful API.
The current endpoints shall be redefined to follow REST expected semantic.

Targeted as UI protocol version 0.0.2.

Attachments

No response

@jerome-benoit jerome-benoit added the enhancement New feature or request label Sep 10, 2023
@jerome-benoit jerome-benoit added the simulator Simulator label Feb 29, 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 simulator Simulator
Projects
None yet
Development

No branches or pull requests

1 participant