Resolve "Backend: Ontologies"
Add unit-service features to dev
Merge request reports
Activity
added scope::Backend status::Doing + 1 deleted label
requested review from @mstaudinger
assigned to @cornelia.michlits
enabled an automatic merge when the pipeline for fb2c81fb succeeds
Hi, the endpoints seem to create the data as described - still a few fixes necessary:
We should discuss the naming of the REST endpoints, so that they are all similarly named and the correct request type is used for all requests e.g. POST /api/units/geturi should be GET /api/units/uri or something similar, as it does not store data you send, but retrieves data from the server.
Both mentioned requests do not return a JSON and the string is also a bit unintuitive:
"\"INSERT 0 1\""
It should return the created Data (see specification here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5 )added 1 commit
- 441933e6 - 104 - ontology change endpoint types as suggested
mentioned in commit 57130b28
mentioned in commit ac3d37de