Skip to content

Commit

Permalink
Update README (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Fornuto <[email protected]>
  • Loading branch information
travisgroth and Alex Fornuto authored Sep 22, 2021
1 parent 88d65d7 commit 4fedd4e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# enterprise-client-go
[![Go Reference](https://pkg.go.dev/badge/github.com/pomerium/enterprise-client-go.svg)](https://pkg.go.dev/github.com/pomerium/enterprise-client-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/pomerium/enterprise-client-go)](https://goreportcard.com/report/github.com/pomerium/enterprise-client-go)
[![Test Status](https://img.shields.io/github/workflow/status/pomerium/enterprise-client-go/test)](https://img.shields.io/github/workflow/status/pomerium/enterprise-client-go/test)

Official go client for the [Pomerium Enterprise](https://www.pomerium.com/enterprise/about.html) API.

## Install

```bash
go get -u github.com/pomerium/enterprise-client-go
```

## Usage

[Enterprise Setup](https://pomerium.io/enterprise/api.html)

[Example](https://github.com/pomerium/enterprise-client-go/blob/master/example/main.go)

## Reference

[gRPC API Reference](https://github.com/pomerium/enterprise-client/blob/master/API.md)

[godocs](https://pkg.go.dev/github.com/pomerium/enterprise-client-go)

0 comments on commit 4fedd4e

Please sign in to comment.