[Deprecated]

All get_ functions were replaced with fetch_* functions. Please use fetch_footywire_stats() instead

get_footywire_stats(ids)

Examples

#
if (FALSE) {
get_footywire_stats(5000)
# ->
fetch_footywire_stats(5000)
}