aaronsky / wanikani-swift

Unofficial Swift client for the WaniKani API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Swift 99.6%Language:Makefile 0.4%