Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
sshipway
3 years agoOccasional Contributor
templateUuid error when trying to create secret via Ruby SDK
I am trying to create a new Secret in a 1Password vault via the Connect API (container 1.5.1), using the Ruby gem SDK (0.1.3)
I am calling the api with:
item = op.create_item(vault_id: vau...
sshipway
3 years agoOccasional Contributor
This is the one I'm using ( from partydrone )
https://1password.community/discussion/124960/announcing-ruby-gem-for-1password-connect-api
https://github.com/partydrone/connect-sdk-ruby
I will log a ticket in that github repo as well (I had thought it was an official SDK so posted here)