Module: XposedOrNot

Defined in:
lib/xposedornot.rb,
lib/xposedornot/utils.rb,
lib/xposedornot/client.rb,
lib/xposedornot/errors.rb,
lib/xposedornot/version.rb,
lib/xposedornot/configuration.rb,
lib/xposedornot/models/breach.rb,
lib/xposedornot/endpoints/email.rb,
lib/xposedornot/endpoints/breaches.rb,
lib/xposedornot/endpoints/password.rb,
lib/xposedornot/models/email_breach_response.rb,
lib/xposedornot/models/password_check_response.rb,
lib/xposedornot/models/domain_breaches_response.rb,
lib/xposedornot/models/breach_analytics_response.rb,
lib/xposedornot/models/email_breach_detailed_response.rb

Overview

XposedOrNot API client library for checking data breaches.

Examples:

client = XposedOrNot::Client.new
result = client.check_email("test@example.com")

Defined Under Namespace

Modules: Endpoints, Models, Utils Classes: APIError, AuthenticationError, Client, Configuration, NetworkError, NotFoundError, RateLimitError, ValidationError, XposedOrNotError

Constant Summary collapse

VERSION =
"1.1.0"