I would very much like to use your REST API, but I notice that it is not usable as it is currently documented ( REST — DATAGERRY 1.5.3 documentation ).
Examples:
I am missing a route to create a JSON web token to authenticate to the system.
Under “Frameworks” I would also expect a route for creating objects, e.g. to be able to automatically create objects in DataGerry via the Rest Api. A route for reading out would also make sense, because you might want to check via a script whether a certain entry already exists. Currently, the documentation only contains routes for “Categories” and “Types”.
The examples for the Rest Api are incomplete, see example Requests. It is not clear to me which data I actually have to send in a certain syntax.
What is the status of this and what do you have planned for the Rest Api in the future?
Hi @anon60115798 ,
we are planning to improve the documentation on the API in the near future. The examples will be reevaluated and increased in quality.
I have to find routes in the API by brute forcing, this is not good guys, makes development really slow I will open a pull request and help with the documentation in Github