•   8 months ago

Whitelist for API calls?

My Devvit app makes calls to a third party API. I've included this domain in my devvit.json permissions section, but it looks like it still requires Reddit to approve this. Accessing this API is fundamental to my app. How can we expedite our API whitelist requests? Thanks!

  • 1 comment

  •   •   8 months ago

    if you are using (react + nodeJS) template then you can 1st create an api in your nodeJS (let say /users) use this api to communicate between your client and server in your app, then in your nodejs api, u can use external apis to fetch data (i think this should work)

Comments are closed.