This confused me a lot as it took me a while to find the function responsible for listing assets by policy id. Really it should beassets_by_policy_id not assets_policy_by_id.
Just a suggestion. Caused much frustration for several hours. I eventually found it by grepping the docs page listing all the functions for /assets/policy.
This confused me a lot as it took me a while to find the function responsible for listing assets by policy id. Really it should be
assets_by_policy_id
notassets_policy_by_id
.Just a suggestion. Caused much frustration for several hours. I eventually found it by grepping the docs page listing all the functions for
/assets/policy
.