-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add client.Items.ListByTags(string[] tags) #154
Comments
Hey @davidolrik ! This looks like something that is indeed useful for the SDKs. We will consider adding this to the SDKs in the future. |
@davidolrik also worth calling out: such filtering still needs to happen client-side, since everything in 1Password is end-to-end encrypted. So even if the SDK would expose such utility functions, these would be no more performant than fetching and decrypting all the items and searching through them. You can already achieve this today by |
@hculea in the API, it seems that on Here is a possible implementation :
WDYT ? |
OK the API reference that I mentioned is the connect server one ... I assume that the filter param is not available in the Service accounts one, isn't it ? |
Use Case
I would like to find all items in a vault that has a specific list of tags.
This would save me from fetching all items in the vault.
Requirements and desired behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: