@bachman-dev/wanikani-api-types - v1.8.0
    Preparing search index...

    Interface WKSummaryRequests

    Types of Summary Requests available in the WaniKani API.

    interface WKSummaryRequests {
        get: (options?: WKRequestGetOptions) => WKRequest;
    }
    Index

    Properties

    Properties

    get: (options?: WKRequestGetOptions) => WKRequest

    Get a summary of a user's available and upcoming lessons/reviews from the WaniKani API.

    Type declaration