@book000/pixivts
    Preparing search index...

    Interface GetV1UserDetailResponse

    GET /v1/user/detail のレスポンス

    interface GetV1UserDetailResponse {
        profile: PixivUserProfile;
        profile_publicity: PixivUserProfilePublicity;
        user: PixivUserItem;
        workspace: PixivUserProfileWorkspace;
    }
    Index

    Properties

    ユーザーのプロフィール情報

    profile_publicity: PixivUserProfilePublicity

    ユーザーの公開プロフィール情報

    ユーザーの詳細情報

    ユーザーの作業環境情報