Get information about a timezero

timezero_info(zoltar_connection, timezero_url)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

timezero_url

URL of a timezero in zoltar_connection's timezeros

Value

A list of timezero information for the passed timezero_url

Examples

if (FALSE) {
  the_timezero_info <- timezero_info(conn, "https://www.zoltardata.com/api/timezero/3/")
}