1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 20:56:06 +02:00

Improve API definitions

This commit is contained in:
syuilo
2018-10-22 05:16:27 +09:00
parent c29f912461
commit 3aece449e4
15 changed files with 136 additions and 34 deletions

View File

@@ -7,6 +7,8 @@ const pkg = require('../../../../package.json');
const client = require('../../../../built/client/meta.json');
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'インスタンス情報を取得します。',
'en-US': 'Get the information of this instance.'