@moontaiworks/fanbox-dl - v1.7.0
    Preparing search index...

    Class FanboxClient

    Index

    Constructors

    Properties

    getCreator: (this: FanboxClient, params: GetCreatorParams) => Promise<Creator> = getCreator

    Type Declaration

    getPost: (this: FanboxClient, params: GetPostParams) => Promise<Post> = getPost

    Type Declaration

    listCreatorPlans: (
        this: FanboxClient,
        params: ListCreatorPlansParams,
    ) => Promise<ListCreatorPlansResult> = listCreatorPlans

    Type Declaration

    listCreatorPosts: (
        this: FanboxClient,
        params: ListCreatorPostsParams,
    ) => Promise<ListCreatorPostsResult> = listCreatorPosts

    Type Declaration

    listFollowingCreators: (
        this: FanboxClient,
    ) => Promise<ListFollowingCreatorsResult> = listFollowingCreators

    Type Declaration

    listHomePosts: (
        this: FanboxClient,
        params?: PostListParams,
    ) => Promise<ListHomePostsResult> = listHomePosts

    Type Declaration

    listSupportingPlans: (this: FanboxClient) => Promise<ListSupportingPlansResult> = listSupportingPlans

    Type Declaration

    listSupportingPosts: (
        this: FanboxClient,
        params?: PostListParams,
    ) => Promise<ListSupportingPostsResult> = listSupportingPosts

    Type Declaration

    paginateCreatorPosts: (
        this: FanboxClient,
        params: PaginateCreatorPostsParams,
    ) => Promise<PaginateCreatorPostsResult> = paginateCreatorPosts

    Type Declaration

    Methods

    • Type Parameters

      • T

      Parameters

      • path: string
      • query: object = {}

      Returns Promise<T>