An object containing all information needed to make a request to the WaniKani API using any HTTP API/Library.
WKRequestFactory
The request body, either null for GET requests, or a string for POST and PUT requests.
null
string
The request headers, including both standard and user-set headers.
The request's HTTP method.
The full URL where the request will be sent to.
An object containing all information needed to make a request to the WaniKani API using any HTTP API/Library.
See
WKRequestFactory