https://github.com/raystack/frontier-go
https://github.com/raystack/frontier-go
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raystack/frontier-go
- Owner: raystack
- License: apache-2.0
- Created: 2023-06-09T03:06:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T14:11:16.000Z (over 2 years ago)
- Last Synced: 2025-03-27T08:11:24.633Z (10 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Frontier SDK for Go
Go client library for [Frontier](https://github.com/raystack/frontier/) API.
### Usage
Add the package to your `go.mod` by running:
```bash
go get github.com/raystack/frontier-go
```
Find examples under [examples](./examples) directory to protect http endpoints using middleware.
### License
Frontier SDK for Go is [Apache 2.0 licensed](./LICENSE).