Javascript client for RIPE Twitch.
import { API as RipeTwitchAPI } from "ripe-twitch-api";
const api = new RipeTwitchAPI();
The initialization can be done by providing an options
object such as:
{
baseUrl: "https://ripe-twitch.platforme.com/api/v1",
token: "sd1029bfwef9adas+0feqefi"
}
RIPE Twitch API Javascript is currently licensed under the Apache License, Version 2.0.