Types of Summary Requests available in the WaniKani API.

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

Properties

Properties

get: (options?: WKRequestGetOptions) => WKRequest

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

Type declaration