You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
Currently the list of tags attached to a credential is not included in the JSON from the cred endpoint. As far as I can tell there's no simple way to enumerate the tags attached to a credential using the API; only a list of credentials with a tag can be obtained, not a list of tags attached to a credential.
I think in this context it makes sense to expand the list and provide the name, id and resource_uri of each tag rather than requiring a followup query for each tag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the list of tags attached to a credential is not included in the JSON from the cred endpoint. As far as I can tell there's no simple way to enumerate the tags attached to a credential using the API; only a list of credentials with a tag can be obtained, not a list of tags attached to a credential.
I think in this context it makes sense to expand the list and provide the
name
,id
andresource_uri
of each tag rather than requiring a followup query for each tag.The text was updated successfully, but these errors were encountered: