Go SDK for 1Password Connect
1Password Events API Specification.
REST API interface for 1Password Connect.
## Fixes * In `getItem`, if `getItemByUUID` fails, try `getItemByTitle` in case the title happens to be 26 chars long. {#84} * Fixed ContentVersoi…
## Fixes * Downgrading atomic dependency due to compatibility issues with Goreleaser. {81}
## Features * Added constants for item field purpose and type. {67} * Improved error handling when does not contain a valid json body. {63}
## Features - Add `DeleteItemByTitle` function. {#61} ## Fixes - Fix parameter names for `GetFile`. {#60} - Fix `getItemUUID` to properly ge…
## Features - A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved wit…
## Features - Added the ability to get the TOTP value for an item (**requires Connect v1.4.0 or later**). {#44} - Added method to retrieve a list …
## Features * Files stored as attachments or as fields can now be retrieved (**requires Connect `v1.3.0` or later**). * Details of Connect API err…
## Features - Vaults can be retrieved by their UUID with `GetVault(vaultUUID)`. ## Fixes - The `API_CREDENTIAL` category is now supported. {#…