mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 02:36:32 +02:00
57c6e7f823c749a4d22649603a1ead8a5edc8aa7
misskey.js
Install
coming soon
Usage
Authenticate
todo
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
662 MiB
Languages
TypeScript
62.8%
Vue
30.5%
JavaScript
5.9%
GLSL
0.4%
SCSS
0.2%
