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