Skip to content

Unofficial RevenueCat API and webhook SDK

License

Notifications You must be signed in to change notification settings

marthijn/Sidio.RevenueCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sidio.RevenueCat

An unofficial .NET SDK for the RevenueCat API and webhooks. This library is not affiliated with RevenueCat.

build NuGet Version

Installation

Add the package to your project.

Project status

This package is currently in preview and is not yet feature complete.

Usage

Webhooks

  • Capture the raw JSON and use the IRevenueCatWebhookService to parse the webhook data:
private readonly IRevenueCatWebhookService _webhookService = new RevenueCatWebhookService();

var parseResult = _webhookService.TryParseSubscriptionEvent(rawJson, out var subscriptionEvent);

About

Unofficial RevenueCat API and webhook SDK

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages