replit-revenuecat-v2
v2.0.2
Published

Downloads
594
Readme
replit-revenuecat-v2
This is a generated SDK for RevenueCat's v2 HTTP API which is used for making server-side calls that cannot be invoked with their client SDKs. Replit Agent uses this for the RevenueCat integration in the mobile stack to setup RevenueCat.
Codegen is powered by @hey-api/openapi-ts. Previously, we used Stainless but have since migrated away from it.
This repository has two core directories you should be aware of, both code-gen'd:
revenuecat-sdk-> contains the generated SDKdocs-> contains auto-generated docs for Agent so it knows how to use the SDK
Instructions
- Clone this repo
bun installbun run build- This generates the SDK, docs, and bundles it all for publishing to NPM
