Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhiyerra/gumroad
- Owner: abhiyerra
- License: mit
- Created: 2016-04-21T06:49:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T08:25:23.000Z (over 8 years ago)
- Last Synced: 2024-12-27T07:09:31.632Z (15 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```