Remy Lalanne
Remy Lalanne
This is about improving the interfaces to generate and use authentication keys in API clients. ## Use case: Let's say we have an agent running in the background (in a...
Right now, to delete elements, we use the [delete](https://github.com/remyla/damas-core/wiki/4-Specifications#delete) operation providing the element's id. If this element has one or more graph connections to some other elements, these connections will...
We would like to be able to configure in `conf.json` a list of key names of which to hide values from the results. That way, we would add the `password`...
The parameter is available in the server side and in the other clients (js and cli), but is missing in the Python client. * add the parameter * make it...
Reverts remyla/damas-core#265
Right now the Python module is making synchronous requests only. It would be interesting to provide a way to make asynchronous calls. Please see the Javascript client which supports both...
User was able to call `upsert` when `update` was failing. * `update` returns ["null","null”] (probably because the user was not the author of the updated elements) In order to confirm...
Right now the `read` operation only returns full elements with every keys they may contain. Adding a `projection` parameter would allow specifying keys to include or exclude from the results,...
When we read 1 element, admin user return the object, which is correct if user is author, the object is returned in an array of 1 element (incorrect) how to...
display the version number: ``` damas (damas-core) 2.4.1 ```