1Password SDKs

by Simon
Simon
Updated to 0.1.4 on
Developer tools
Get started with 1Password SDKs

1Password SDKs 0.1.4 are now available. 🎉

Version 0.1.4 introduces support for secret reference validation, to help make it easier to check the syntax of your secret references.

See what’s new in Go, JavaScript, or Python.


 
 
1Password SDKS 0.1.4
  • You can now check that a secret reference is formatted correctly without having to resolve it or even authenticate, using the ValidateSecretReference function.
 
 
1Password SDKS 0.1.2
  • You can now create, get, and edit tags within your 1Password items.
  • You can now fetch one-time password codes with the secrets.resolve function, using a secret reference for the TOTP field in your item. For example: op://vault/item/field?=attribute=totp.
  • Item creation now only requires specifying the vault ID, item category, and item title.
  • The SDKs now fully support optional values. You no longer need to manually set details: None or section: None when instantiating ItemCreateParams.
  • The Python SDK is now published on PyPI. You can now install the Python SDK with pip install onepassword-sdk.