@book000/pixivts
    Preparing search index...

    Interface GetV1NovelRecommendedResponse

    GET /v1/novel/recommended のレスポンス

    interface GetV1NovelRecommendedResponse {
        next_url: string;
        novels: PixivNovelItem[];
        privacy_policy?: PrivacyPolicy;
        ranking_novels: PixivNovelItem[];
    }
    Index

    Properties

    next_url: string

    次回のリクエストに使用する URL。

    novels: PixivNovelItem[]

    おすすめの小説群

    privacy_policy?: PrivacyPolicy

    プライバシーポリシー

    ranking_novels: PixivNovelItem[]

    ランキングの小説群?