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

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

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)