implement getCategories method

This commit is contained in:
SrGooglo 2022-11-28 16:17:01 +00:00
parent 04180d1224
commit 9f57a559e8

View File

@ -27,6 +27,12 @@ export default class Livestream {
return data
}
static async getCategories() {
const request = await Livestream.bridge.get.streamingCategories()
return request
}
static async getStreamInfo(payload) {
let { username } = payload ?? {}