Options for making POST and PUT Requests to the WaniKani API.

interface WKRequestPostPutOptions {
    customHeaders?: Record<string, string>;
}

Properties

Properties

customHeaders?: Record<string, string>

Custom headers to add to this request only.