https://github.com/pomerium/enterprise-client-go
https://github.com/pomerium/enterprise-client-go
go golang pomerium pomerium-proxy
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pomerium/enterprise-client-go
- Owner: pomerium
- License: apache-2.0
- Created: 2021-08-18T17:07:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T16:42:36.000Z (8 months ago)
- Last Synced: 2025-02-19T17:37:52.998Z (8 months ago)
- Topics: go, golang, pomerium, pomerium-proxy
- Language: Go
- Size: 820 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/pomerium/enterprise-client-go)
[](https://goreportcard.com/report/github.com/pomerium/enterprise-client-go)
[](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)