Create a new Study Material for a given Subject via the WaniKani API.
The payload to send when creating the new Study Material.
Optional
options: WKRequestPostPutOptionsOptions for making POST requests to the API.
A Create Study Material Request usabile in any HTTP API/Library.
Get a Study Material or Study Material Collection from the WaniKani API.
Optional
idOrParams: number | WKStudyMaterialParametersThe Study Material ID for individual Study Materials, or parameters for Study Material Collections.
Optional
options: WKRequestGetOptionsOptions for making GET requests to the API.
A Get Study Material(s) Request usabile in any HTTP API/Library.
Update a Study Material for a given Subject.
The Study Material ID to update.
The payload to send when updating the Study Material.
Optional
options: WKRequestPostPutOptionsOptions for making PUT requests to the API.
An Update Study Material Request usabile in any HTTP API/Library.
Types of Study Material Requests available in the WaniKani API.