Skip to content

Instantly share code, notes, and snippets.

View davidkovsky's full-sized avatar

David Kovsky davidkovsky

  • Telnyx
  • Boulder, Colorado
View GitHub Profile
@davidkovsky
davidkovsky / telnyx-number-search-and-purchase.rb
Last active February 16, 2020 20:30
Script from ClueCon Weekly Telnyx API presentation
# NOTES:
# This is a simple sample script to search for, purchase, and configure a number via the Telnyx API.
# This was used on ClueCon Weekly as a very simple demo of how you can interact with the Telnyx API.
# Please scroll all the way to the bottom to see the list of method calls and, if desired, uncomment the
# method calls that will result in an actual number purchase.
# Requires ruby >= 2.3!!!
require 'uri'
require 'net/http'
require 'openssl'
@davidkovsky
davidkovsky / cloudSettings
Created April 15, 2020 16:19
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-15T16:18:42.402Z","extensionVersion":"v3.4.3"}