anonymous_delta
10 months agoOccasional Visitor
Usage of escaping Character '/' while querying
Hey there,
I am working on a project where there is a store i.e. a map where the data is stored corresponding to its address.
While querying this address: `did/sku/skub30cd3b11835835c76137eb3495372f134a539d1`
I am getting error code not implemented.
It must be due to internal encoding of forward slash '/' to '%2F'.
Is there any other way to query this address on Swagger API?