Skip to content

v2.2.10

Choose a tag to compare

@voicetel voicetel released this 20 May 15:21
· 11 commits to main since this release

v2.2.10 — VoiceTel Ruby SDK initial release

Official Ruby client for the VoiceTel REST API v2.2.10. Targets https://api.voicetel.com.

Coverage

  • 47 paths / 74 operations across 10 resource groups: Account, ACL, Authentication, e911, Gateways, iNumbering, Lookups, Messaging, Numbers, Support
  • Auth: HTTP Bearer — exchange {username, password} at POST /v2.2/account/api-key for a 32-hex token; all other endpoints require the token
  • Rate limits: 6 req/hour/IP on account/info, account/mrc, account/cdr, account/api-key

Install

See the README for Ruby-specific install instructions.

Docs

Post-release fixes (still v2.2.10)

  • Split lint into its own bundler group so Ruby 3.1 / 3.2 CI can skip it