ttacon / onepassword

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github.com/ttacon/onepassword

This is a community Golang SDK for the 1password events API.

Installation - SDK

Install this module via the normal method (and yes, this is a module that is using go modules).

go get github.com/ttacon/onepassword

Installation - SDK

There is also a CLI which consumes the SDK. The CLI is useful for exploring the 1password events API.

go get github.com/ttacon/onepassword/cmd/ope

Using this module

About

License:MIT License


Languages

Language:Go 96.5%Language:Makefile 3.5%