An open API service indexing awesome lists of open source software.

https://github.com/raystack/frontier-go


https://github.com/raystack/frontier-go

Last synced: 9 months ago
JSON representation

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).