Module: Hellio

Defined in:
lib/hellio.rb,
lib/hellio/http.rb,
lib/hellio/client.rb,
lib/hellio/errors.rb,
lib/hellio/version.rb

Overview

Official Ruby SDK for the Hellio Messaging API v1.

Quick start:

client = Hellio::Client.new(token: "your-token")
client.sms("233241234567", "Hello!")

Defined Under Namespace

Classes: Client, Error, InsufficientBalanceError, InvalidApiTokenError, NetHttpAdapter, RateLimitError, Response, ServiceUnavailableError, ValidationError

Constant Summary collapse

VERSION =
"1.0.0"