Skip to Content
ForumSDK
ForumSDK logo

SDK

The official JavaScript/TypeScript library for ForumSDK . Build powerful community features directly into your application.

This SDK is fully typed and provides a comprehensive interface to the ForumSDK API .

Documentation

API reference documentation is available here .

Installation

npm i -s @foru-ms/sdk

Reference

A full reference for this library is available here .

Usage

Instantiate and use the client with the following:

import { ForumClient } from "@foru-ms/sdk"; const client = new ForumClient({ apiKey: "YOUR_API_KEY" }); await client.auth.register({ username: "username", email: "email", password: "password" });

License

MIT