Skip to content

aaronsky/wanikani-swift

Repository files navigation

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

About

Unofficial Swift client for the WaniKani API

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 2

  •  
  •