refactor scoped token service

This commit is contained in:
Rigel Kent
2020-11-09 16:25:27 +01:00
committed by Chocobozzz
parent afff310e50
commit 5beb89f223
26 changed files with 223 additions and 176 deletions

View File

@@ -1,6 +1,6 @@
import * as request from 'supertest'
type FeedType = 'videos' | 'video-comments'
type FeedType = 'videos' | 'video-comments' | 'subscriptions'
function getXMLfeed (url: string, feed: FeedType, format?: string) {
const path = '/feeds/' + feed + '.xml'