View Source CensysEx.API (censys_ex v2.0.1)

Base Wrapper for search.censys.io v2 APIs

Summary

Types

@opaque t()

Functions

Link to this function

aggregate(client, resource, field, query \\ nil, num_buckets \\ 50, other_params \\ Keyword.new())

View Source
@spec aggregate(t(), String.t(), String.t(), String.t() | nil, integer(), Keyword.t()) ::
  CensysEx.result()
@spec client() :: t()
Link to this function

client(api_key, api_secret)

View Source
@spec client(String.t(), String.t()) :: t()
Link to this function

get(client, resource, action, options \\ [])

View Source
@spec get(t(), String.t(), String.t(), keyword()) :: CensysEx.result()
Link to this function

get_v1(client, resource, action, options \\ [])

View Source
@spec get_v1(t(), String.t(), String.t(), keyword()) :: CensysEx.result()
Link to this function

view(client, resource, id, at_time \\ nil)

View Source
@spec view(t(), String.t(), String.t(), DateTime.t() | nil) :: CensysEx.result()