Aescwine
Aescwine
Refactoring of duplicate Sparql queries into their own class.
## Issue description When resolving a previously provisioned asset, the data type is being returned as **assertion** and not **asset**. No errors or warnings are seen in the logs, but...
Proposed improvements to API error responses. An existing validation error response would be in the example format: `Bad request. Visibility must be a string, value can be public or private.`...
Related to this documentation on how to setup a development environment on Windows using WSL https://github.com/OriginTrail/dkg-docs/pull/6/files, this PR includes configuration and documentation to generate mulitple node configuration files, allowing developers...
Related to this issue: https://github.com/OriginTrail/ot-node/issues/1758, would it make more sense to change the `/entities:search` API to better reflect it's use, which is for searching for assets? `/entities:search` -> `/assets/search` This...
Small suggestion, but for the `/provision` and `/update` APIs, prefixing the endpoint with `/assets` would make it more obvious what we're provisioning and also links those two APIs together making...
## Issue description There appears to be a discrepancy between the content-type that APIs accept and what the Open Api spec has defined. Not a big issue, but when building...