Skip to main content
Solved

[NODE][API] Cant find any relevant documentation to import RevenueCat module with ES6 syntaxe


Forum|alt.badge.img+3

Hi,

 

I cant find any relevant documentation to import RevenueCat module in a NodeJS server.

I saw some CommonJS syntaxe :

const sdk = require('api')('@revenuecat/v4.0#1yz2c0m2sl5v5md8q');

but absolutely no ES6 syntaxe, which would look like :

import sdk from '@revenueCat/node-sdk'

 

Furthermore, the CommonJS imports are fetching from an hard-coded URL subject to change, as mentioned in some topics. What about it ?

 

Even if any purchase is client-side handled, I need to fetch the customers’ status server-side to return conditional data. I cant find a proper API doc about it.

 

Best regards

Best answer by Haley Pace

There is no way to import RevenueCat into NodeJS, we don't make any such modules or sdks. The best option is to use our APIs directly using Node fetch. In our API docs you should use our JavaScript language to do so.

View original
Did this post help you find an answer to your question?

3 replies

Forum|alt.badge.img+3
  • Author
  • New Member
  • 2 replies
  • May 19, 2023

@Haley Pace @Michael Fogel any clue on this one ?


Forum|alt.badge.img+8
  • RevenueCat Staff
  • 532 replies
  • Answer
  • May 23, 2023

There is no way to import RevenueCat into NodeJS, we don't make any such modules or sdks. The best option is to use our APIs directly using Node fetch. In our API docs you should use our JavaScript language to do so.


Forum|alt.badge.img+3
  • Author
  • New Member
  • 2 replies
  • June 16, 2023

Thank you for your reply. Forgive me for the delay in mine, I've been working on other features.

Calling your API directly via Node fetch worked like a charm.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings