telnyx-networking-ruby

Installation
SKILL.md

Telnyx Networking - 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-networking-ruby — team-telnyx/telnyx-ext-agent-skills