Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfgunblood/go-sdk-stack
Official Go SDK for accessing the Stack Auth API
https://github.com/wolfgunblood/go-sdk-stack
Last synced: about 1 month ago
JSON representation
Official Go SDK for accessing the Stack Auth API
- Host: GitHub
- URL: https://github.com/wolfgunblood/go-sdk-stack
- Owner: wolfgunblood
- License: mit
- Created: 2024-06-24T13:19:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:31:26.000Z (6 months ago)
- Last Synced: 2024-07-11T13:58:27.702Z (6 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Go SDK for Stack Auth
![](https://img.shields.io/badge/contributors-4-white)
![](https://img.shields.io/badge/commits-7-white)
![](https://img.shields.io/badge/test%20coverage-96%25-brightgreen)
![](https://img.shields.io/badge/open%20source-true-brightgreen)## Usage
First, add the stack SDK as a dependency to your project.
```
$ go get github.com/wolfgunblood/stack-sdk-go
```Add the following import to your Go files.
```go
import "github.com/wolfgunblood/stack-sdk-go/stack"
```