@book000/pixivts - v0.61.1
    Preparing search index...

    Interface PixivClientOptions

    Options for constructing a PixivClient.

    interface PixivClientOptions {
        onResponse?: ResponseInterceptor;
        retry?: Partial<RateLimitRetryOptions>;
    }
    Index

    Properties

    Properties

    onResponse?: ResponseInterceptor

    Optional interceptor called after each successful response (DB seam).

    retry?: Partial<RateLimitRetryOptions>

    Rate-limit retry configuration.