@bachman-dev/wanikani-api-types - v2.0.0
    Preparing search index...

    Interface ApiRequestOptions

    Options for making GET Requests to the WaniKani API.

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

    Properties

    Properties

    customHeaders?: Record<string, string>

    Custom headers to add to this request only.