CensysEx.Hosts.view
You're seeing just the function
view
, go back to CensysEx.Hosts module for more information.
Specs
view(String.t(), DateTime.t()) :: {:error, any()} | {:ok, map()}
Hits the Censys Hosts view API. Returning full information about an IP at a given time
Examples
CensysEx.Hosts.view("127.0.0.1")
# View "127.0.0.1" at a certain time
CensysEx.Hosts.view("127.0.0.1", ~U[2021-06-07 12:53:27.450073Z])