You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: