Get information about a timezero
timezero_info(zoltar_connection, timezero_url)
A ZoltarConnection
object as returned by new_connection()
URL of a timezero in zoltar_connection's timezeros
A list
of timezero information for the passed timezero_url
if (FALSE) {
the_timezero_info <- timezero_info(conn, "https://www.zoltardata.com/api/timezero/3/")
}