Hey, guys. Out of all research we have done, Flarum was the best candidate to run our forum. Our forum was an MVP for the social network. Now instead building the social network from scratch, we decided to integrate with the forum.
Luckily for us, Flarum had the public REST Api. Sadly I couldn't find any clear documentation about it, nor a client to write a custom client for the forum engine.
I started Flarum Rest API Client to use in Nodej.s/browser apps. So here I am sharing it with anyone if in the future they need it.
https://github.com/ara-foundation/flarum-js-client
https://www.npmjs.com/package/@ara-foundation/flarum-js-client
Installation:
npm install @ara-foundation/flrarum-js-client
As its still in the early, and added the functionality for the needs we want. I didn't focus too much on all other features. But if you want, don't hesitate and add the issue on the github, and I am glad to add the features..