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)
WaniKani for Swift is released under Apache License 2.0. See LICENSE for details. WaniKani data is subject to the Terms of Use.