Mark chart apis as stable

This commit is contained in:
syuilo 2018-11-29 06:06:07 +09:00
parent 1c7d5f3f64
commit 3dcf5374c2
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
10 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import define from '../../define';
import driveChart from '../../../../chart/drive';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ドライブのチャートを取得します。'
},

View File

@ -3,6 +3,8 @@ import define from '../../define';
import federationChart from '../../../../chart/federation';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'フェデレーションのチャートを取得します。'
},

View File

@ -3,6 +3,8 @@ import define from '../../define';
import hashtagChart from '../../../../chart/hashtag';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ハッシュタグごとのチャートを取得します。'
},

View File

@ -3,6 +3,8 @@ import define from '../../define';
import networkChart from '../../../../chart/network';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ネットワークのチャートを取得します。'
},

View File

@ -3,6 +3,8 @@ import define from '../../define';
import notesChart from '../../../../chart/notes';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '投稿のチャートを取得します。'
},

View File

@ -4,6 +4,8 @@ import perUserDriveChart from '../../../../../chart/per-user-drive';
import ID, { transform } from '../../../../../misc/cafy-id';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ユーザーごとのドライブのチャートを取得します。'
},

View File

@ -4,6 +4,8 @@ import perUserFollowingChart from '../../../../../chart/per-user-following';
import ID, { transform } from '../../../../../misc/cafy-id';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ユーザーごとのフォロー/フォロワーのチャートを取得します。'
},

View File

@ -4,6 +4,8 @@ import perUserNotesChart from '../../../../../chart/per-user-notes';
import ID, { transform } from '../../../../../misc/cafy-id';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ユーザーごとの投稿のチャートを取得します。'
},

View File

@ -4,6 +4,8 @@ import perUserReactionsChart from '../../../../../chart/per-user-reactions';
import ID, { transform } from '../../../../../misc/cafy-id';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ユーザーごとの被リアクション数のチャートを取得します。'
},

View File

@ -3,6 +3,8 @@ import define from '../../define';
import usersChart from '../../../../chart/users';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': 'ユーザーのチャートを取得します。'
},