1.0.16 • Published 3 years ago

karabin-js-client v1.0.16

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
3 years ago

GitHub tag (latest SemVer) GitHub issues License GitHub stars

karabin-js-client

A javascript / typescript http and websocket client and type system for Lemmy.

Installation

yarn add karabin-js-client

Usage

Check out the Lemmy HTTP / websocket API for all the commands.

Websocket

import { LoginForm, LemmyWebsocket } from 'karabin-js-client';

let client: LemmyWebsocket = new LemmyWebsocket();
this.ws.send(client.login(form));

HTTP

import { LemmyHttp } from 'karabin-js-client';

let client: LemmyHttp = new LemmyHttp(baseUrl, headers?);
let jwt = await client.httpLogin(loginForm).jwt;

Support / Donate

Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

  • bitcoin: 1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
  • ethereum: 0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
  • monero: 41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV