Module: VoiceTel
- Defined in:
- lib/voicetel.rb,
lib/voicetel/version.rb,
lib/voicetel/api_error.rb,
lib/voicetel/resources/acl.rb,
lib/voicetel/resources/base.rb,
lib/voicetel/resources/e911.rb,
lib/voicetel/resources/account.rb,
lib/voicetel/resources/lookups.rb,
lib/voicetel/resources/numbers.rb,
lib/voicetel/resources/support.rb,
lib/voicetel/internal/transport.rb,
lib/voicetel/resources/gateways.rb,
lib/voicetel/resources/messaging.rb,
lib/voicetel/resources/i_numbering.rb,
lib/voicetel/resources/authentication.rb
Overview
VoiceTel is the official Ruby SDK for the VoiceTel REST API.
See:
-
voicetel.com/docs/api/v2.2/ — full API reference
-
voicetel.com/docs/api/v2.2/playground/ — interactive playground
-
voicetel.com/docs/api/v2.2/credentials/ — obtain credentials
Defined Under Namespace
Modules: Internal, Resources Classes: ApiError, Client
Constant Summary collapse
- VERSION =
The semantic version of the VoiceTel Ruby SDK. This tracks the API version it targets (currently v2.2.10).
"2.2.10"- API_VERSION =
The VoiceTel REST API version this SDK targets.
"v2.2.10"- DEFAULT_BASE_URL =
Default production API endpoint.
"https://api.voicetel.com"- USER_AGENT =
User-Agent header sent on every request unless overridden.
"voicetel-ruby/#{VERSION} (+https://github.com/voicetel/ruby-sdk)".freeze