View Source CensysEx (censys_ex v1.2.3)

Root of the CensysEx lib

Link to this section Summary

Types

Return type of CensysEx API wrappers that aren't streams

Return type of streaming wrappers

Link to this section Types

@type result() :: {:ok, map()} | {:error, any()}

Return type of CensysEx API wrappers that aren't streams

@type result_stream(_t) :: Enumerable.t()

Return type of streaming wrappers