Amagi API 文档 - v6.1.2
    正在准备搜索索引...

    接口 IKuaishouFetcher

    快手 Fetcher 接口定义 包含所有快手 API 方法的类型签名

    interface IKuaishouFetcher {
        fetchVideoWork: MethodOverload<KuaishouVideoWorkOptions, KsOneWork_V0>;
        fetchWorkComments: MethodOverload<
            KuaishouCommentsOptions,
            KsWorkComments_V0,
        >;
        fetchUserProfile: MethodOverload<
            KuaishouUserProfileOptions,
            KsUserHomeDetail,
        >;
        fetchUserWorkList: MethodOverload<
            KuaishouUserWorkListOptions,
            KsUserWorkList,
        >;
        fetchLiveRoomInfo: MethodOverload<
            KuaishouLiveRoomInfoOptions,
            KsLiveRoomInfo_V0,
        >;
        fetchEmojiList: NoParamMethodOverload<KsEmojiList_V0>;
    }
    索引

    属性

    fetchVideoWork: MethodOverload<KuaishouVideoWorkOptions, KsOneWork_V0>

    获取快手视频作品数据

    fetchWorkComments: MethodOverload<KuaishouCommentsOptions, KsWorkComments_V0>

    获取快手作品评论数据

    fetchUserProfile: MethodOverload<KuaishouUserProfileOptions, KsUserHomeDetail>

    获取快手用户主页数据

    fetchUserWorkList: MethodOverload<KuaishouUserWorkListOptions, KsUserWorkList>

    获取快手用户作品列表数据

    fetchLiveRoomInfo: MethodOverload<
        KuaishouLiveRoomInfoOptions,
        KsLiveRoomInfo_V0,
    >

    获取快手直播间信息数据

    fetchEmojiList: NoParamMethodOverload<KsEmojiList_V0>

    获取快手表情列表