From c100a6142e6571312db9f6407698a21a08b593fb Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 9 Apr 2019 11:02:02 +0200 Subject: Add /accounts/:username/ratings endpoint (#1756) * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account --- shared/utils/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/utils/index.ts') diff --git a/shared/utils/index.ts b/shared/utils/index.ts index c09565d95..469546872 100644 --- a/shared/utils/index.ts +++ b/shared/utils/index.ts @@ -15,6 +15,7 @@ export * from './server/servers' export * from './videos/services' export * from './videos/video-playlists' export * from './users/users' +export * from './users/accounts' export * from './videos/video-abuses' export * from './videos/video-blacklist' export * from './videos/video-channels' -- cgit v1.2.3