mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-15 06:05:14 +02:00
6c938905f96bed2e8ff6fa248f32986b0deb8fee
misskey.js
Install
coming soon
Usage
API request
都度インスタンスやトークンを指定する場合
import * as Misskey from 'misskey-js';
const meta = await Misskey.api.request('https://misskey.test', 'meta', { detail: true }, 'TOKEN');
最初にインスタンスやトークンを指定し、以後のリクエストでその情報を使いまわす場合
import * as Misskey from 'misskey-js';
const cli = new Misskey.api.APIClient({
origin: 'https://misskey.test'
});
cli.i = { token: 'TOKEN' };
const meta = await cli.request('meta', { detail: true });
Streaming
todo
Description
🌎 A completely free and open interplanetary microblogging platform 🚀
https://github.com/misskey-dev/misskey
Readme
AGPL-3.0
586 MiB
Languages
TypeScript
63%
Vue
30.3%
JavaScript
5.9%
GLSL
0.4%
SCSS
0.2%
