View Source LeakCheck (LeakCheck v0.3.0)

Summary

Functions

Performs a query to the LeakCheck API and returns the raw JSON response as a map.

Functions

query(search_term, api_key, opts \\ [])

Performs a query to the LeakCheck API and returns the raw JSON response as a map.

Options:

  • :type - Search type (optional): "auto", "email", "domain", "keyword", etc.
  • :limit - Maximum number of results (optional, max 1000)
  • :offset - Results offset (optional, max 2500)