Module: HumanTone

Defined in:
lib/humantone/http.rb,
lib/humantone/retry.rb,
lib/humantone/client.rb,
lib/humantone/errors.rb,
lib/humantone/models.rb,
lib/humantone/account.rb,
lib/humantone/version.rb,
lib/humantone/coercion.rb,
lib/humantone/user_agent.rb,
lib/humantone/error_parser.rb

Defined Under Namespace

Modules: Coercion, ErrorParser, Errors, UserAgent Classes: Account, AccountInfo, Client, Credits, DetectResult, Http, HumanizeResult, Plan, Retry, Subscription

Constant Summary collapse

Error =
Errors::Error
AuthenticationError =
Errors::AuthenticationError
PermissionError =
Errors::PermissionError
RateLimitError =
Errors::RateLimitError
InsufficientCreditsError =
Errors::InsufficientCreditsError
DailyLimitExceededError =
Errors::DailyLimitExceededError
InvalidRequestError =
Errors::InvalidRequestError
NotFoundError =
Errors::NotFoundError
APIError =
Errors::APIError
TimeoutError =
Errors::TimeoutError
NetworkError =
Errors::NetworkError
VERSION =
'0.0.1'