Skip to content

Commit 4fedd4e

Browse files
travisgrothAlex Fornuto
and
Alex Fornuto
authored
Update README (#2)
Co-authored-by: Alex Fornuto <[email protected]>
1 parent 88d65d7 commit 4fedd4e

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# enterprise-client-go
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/pomerium/enterprise-client-go.svg)](https://pkg.go.dev/github.com/pomerium/enterprise-client-go)
2+
[![Go Report Card](https://goreportcard.com/badge/github.com/pomerium/enterprise-client-go)](https://goreportcard.com/report/github.com/pomerium/enterprise-client-go)
3+
[![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)
4+
5+
Official go client for the [Pomerium Enterprise](https://www.pomerium.com/enterprise/about.html) API.
6+
7+
## Install
8+
9+
```bash
10+
go get -u github.com/pomerium/enterprise-client-go
11+
```
12+
13+
## Usage
14+
15+
[Enterprise Setup](https://pomerium.io/enterprise/api.html)
16+
17+
[Example](https://github.com/pomerium/enterprise-client-go/blob/master/example/main.go)
18+
19+
## Reference
20+
21+
[gRPC API Reference](https://github.com/pomerium/enterprise-client/blob/master/API.md)
22+
23+
[godocs](https://pkg.go.dev/github.com/pomerium/enterprise-client-go)

0 commit comments

Comments
 (0)