https://github.com/pkg6/go-revenuecat
https://www.revenuecat.com/reference/revenuecat-rest-api
https://github.com/pkg6/go-revenuecat
Last synced: 3 months ago
JSON representation
https://www.revenuecat.com/reference/revenuecat-rest-api
- Host: GitHub
- URL: https://github.com/pkg6/go-revenuecat
- Owner: pkg6
- License: apache-2.0
- Created: 2024-01-19T09:26:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T09:08:55.000Z (5 months ago)
- Last Synced: 2025-01-09T11:41:07.243Z (4 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## install
```
go get github.com/pkg6/go-revenuecat
```## Basic Use
```
client := &revenuecat.Client{
ApiKeyV1: "sk_*******************",
ApiKeyV2: "sk_*******************",
PublicAPIKey: "appl_*******************",
}
client.GetOrCreateSubscriber("dev-0")
```## Implementation List
[https://pkg.go.dev/github.com/pkg6/go-revenuecat](https://pkg.go.dev/github.com/pkg6/go-revenuecat)