Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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