| name | telnyx-seti-ruby |
| description | Access SETI (Space Exploration Telecommunications Infrastructure) APIs. This skill provides Ruby SDK examples. |
| metadata | {"author":"telnyx","product":"seti","language":"ruby","generated_by":"telnyx-ext-skills-generator"} |
Telnyx Seti - Ruby
Installation
gem install telnyx
Setup
require "telnyx"
client = Telnyx::Client.new(
api_key: ENV["TELNYX_API_KEY"],
)
All examples below assume client is already initialized as shown above.
Retrieve Black Box Test Results
Returns the results of the various black box tests
GET /seti/black_box_test_results
response = client.seti.retrieve_black_box_test_results
puts(response)