File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments