Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhiyerra/gumroad

Golang API for Gumroad License Key Validation
https://github.com/abhiyerra/gumroad

Last synced: about 5 hours ago
JSON representation

Golang API for Gumroad License Key Validation

Awesome Lists containing this project

README

        

# gumroad

Golang API to verify that Gumroad License Keys are valid.

## Usage

```
import (
"github.com/abhiyerra/gumroad"
)
```

```
err := gumroad.VerifyLicense(productPermalink, licenseKey, incrementUsesCount)
if err != nil {
// Verification failed
}

// All good
```