get_wk_data: Get all of the available data from the WaniKani API

Description Usage Arguments Value

Description

Retrieves all of the data from the the WaniKani API

Usage

1
2
3
get_wk_data(api_key, api_ver = API_VER, cache_dir = NULL,
  max_recent_unlocks = 100, critical_items_pct = 75, time_message = TRUE,
  print_url = TRUE)

Arguments

api_key

the users API key

api_ver

the API version to use

cache_dir

directory read cached data from

time_message

print a time message

print_url

print the URL string being used, useful for debugging

param

max_recent_unlocks max number of recent unlocks to get; an opt_arg

param

critical_items_pct percentage threshold for critical items; an opt_arg

Value

a list of lists, one item for each "data unit"


ZenBrayn/wanikanir documentation built on May 17, 2019, 6:37 p.m.