dkg-engine icon indicating copy to clipboard operation
dkg-engine copied to clipboard

Rename /entities:search API

Open Aescwine opened this issue 4 years ago • 0 comments

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 way the asset API routes would have more of a logical association and be more user friendly:

/assets/provision/
/assets/provision/result
/assets/update/
/assets/update/result
/assets/search/
/assets/search/result

https://github.com/OriginTrail/ot-node/blob/f67952dd973883398b76a014d9274884b2ed6243/modules/controller/rpc-controller.js#L377

Aescwine avatar Feb 14 '22 09:02 Aescwine