wanikani v0.1.0 Wanikani.LevelProgression

Module for the requests to the LevelProgressions endpoint

Summary

Functions

Get a single level progression

Get a list of review statistics

Functions

get(subject_id, client \\ Wanikani.Api)

Get a single level progression.

  Wanikani.LevelProgression.get(64591295)
list(params \\ [], client \\ Wanikani.Api)

Get a list of review statistics.

Accepted params:

  • ids Integers Return results tied to ids
  • updated_after ISO8601 timestamp in the past Return results which have been updated after the timestamp
  Wanikani.LevelProgression.list()