telnyx-account-reports-ruby

Installation
SKILL.md

Telnyx Account Reports - Ruby

Installation

gem install telnyx

Setup

require "telnyx"

client = Telnyx::Client.new(
  api_key: ENV["TELNYX_API_KEY"], # This is the default and can be omitted
)
Installs
GitHub Stars
155
First Seen
telnyx-account-reports-ruby — team-telnyx/telnyx-ext-agent-skills