@masochistme/sdk
v3.2.5
Published
Masochist.ME SDK
Downloads
22
Readme
Masochist.ME SDK
SDK abstracting communication with the Masochist.ME API.
Usage
We recommend using the latest version of the SDK as it is still under rapid development:
yarn add @masochistme/sdk@latest
To be able to use the MasochistSDK in your application, you will need to pass a configuration file to the SDK instance with two parameters:
host
- the basic path to the MasochistAPI (usuallyhttp://masochist.me:3002
)accessToken
- your personal API token
import { SDK } from "@masochistme/sdk/dist/v1/sdk";
const config = {
host: "http://masochist.me:3002",
accessToken: "your_super_secret_access_token",
};
const sdk = new SDK(config);
You can use the SDK without having the personal access token, but you will be limited to only use selected endpoints. To get one, contact Arcyvilk#6666.
Modules
MasochistSDK allows you to retrieve and manipulate data from the following categories: