CensysEx.API.start_link

You're seeing just the function start_link, go back to CensysEx.API module for more information.

Starts the CensysEx.API. Pulls in API ID & secret from the env variables CENSYS_API_ID & CENSYS_API_SECRET

Examples

iex(1)> # CENSYS_API_ID environment var not set
iex(2)> CensysEx.API.start_link
{:error, "CENSYS_API_ID missing!"}

Starts the CensysEx.API process

Examples

{:ok, _} = CensysEx.API.start_link("***********", "***********")