CensysEx.Hosts.view

You're seeing just the function view, go back to CensysEx.Hosts module for more information.
Link to this function

view(ip, at_time \\ nil)

View Source

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")

CensysEx.Hosts.view("127.0.0.1", ~U[2021-06-07 12:53:27.450073Z])