Replies: 1 comment 2 replies
-
|
There’s currently no evidence of plans to make the API fully REST-compliant or to introduce a v2 version for that purpose. The API is built using tRPC conventions, which means most endpoints use POST for both retrieval and mutation, with some GET endpoints for retrieval—this differs from standard RESTful design. The codebase and documentation only reference version v1, and there are no signs of a roadmap or tickets for changing HTTP method usage or moving towards REST compliance. If REST compliance is important for your use case, it may be worth monitoring for future updates or raising the topic in a discussion with the maintainers. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I reviewed the API documentation at https://blinko.apidocumentation.com/reference#tag/note. It seems that the requests use rather random methods (
POSTto get data,GETto update,POSTto update, ...).Is this subject to chnage? If so, will it go into a
v2version or will thev1be changed?Beta Was this translation helpful? Give feedback.
All reactions