1Password / onepassword-sdk-go

https://developer.1password.com/docs/sdks/
MIT License
53 stars 6 forks source link

Support adding tags to Items #86

Closed Otterpohl closed 1 month ago

Otterpohl commented 5 months ago

Use Case

I want to be able to programmatically create items with tags as seen in connect-sdk-go

Requirements and desired behavior

copy the implementation from connect-sdk-go

Additional information

No response

Marton6 commented 4 months ago

Hi @Otterpohl. Thank you for filing this feature request. Creating items with specific tags indeed seems like a useful feature for the SDKs. We will definitely consider adding this to our roadmap.

sadiaazmal commented 1 month ago

Hi @Otterpohl, I'm Sadia, the product manager leading the SDK initiative, it’s nice to meet you. Thank you submitting your feature request. Could you provide more details on how you currently use tags and what specific goals you're hoping to achieve? This information will help our team better understand your needs, ensuring we can deliver the right solution to address them effectively.

Otterpohl commented 1 month ago

I'm not expecting anything novel out of this request, just support for specifying tags in the SDK just like you do for the connect SDK.

We use tags as metadata for organising credentials.

MOmarMiraj commented 1 month ago

Hey @Otterpohl

With the release of v0.1.2 of the Go SDK, tags on Items are now supported!

I will close this issue and if theres any issues with the tags, please feel free to open up another issue.