WaniKani

Build Status

A Swift library and client for the WaniKani REST API. It currently supports Version 2 Revision 20170710 of the API.

import WaniKani

let client = WaniKani()
client.token = "..."

let response = try await client.send(.reviews(updatedAfter: Date()))
let reviews = response.data
print(reviews)

Usage

Getting Started

References

License

WaniKani for Swift is released under the BSD-2 license. See LICENSE for details. WaniKani data is subject to the Terms of Use, which prohibit use of their copywritten learning material for commercial purposes.

GitHub

View Github