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: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:31:26.000Z (about 1 year ago)
- Last Synced: 2025-04-20T10:41:54.311Z (3 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go SDK for Stack Auth



## 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"
```