masto
    Preparing search index...

    Interface ListsResource

    interface ListsResource {
        create: Method<List, CreateListParams, HttpMetaParams<"json">>;
        list: Method<Paginator<List[], undefined>>;
        $select(id: string): Lists$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    Create a new list.

    Parameters

    List

    list: Method<Paginator<List[], undefined>>

    Fetch all lists that the user owns.

    Methods