Skip to content

Instantly share code, notes, and snippets.

View ssigwart's full-sized avatar

Stephen Sigwart ssigwart

View GitHub Profile
@ssigwart
ssigwart / redline_executor.rb
Last active May 20, 2017 15:31 — forked from mago0/redline_executor.rb
Segment of Redline13 Executor Script
require 'rest-client'
require 'json'
opts = {}
api_url = 'https://www.redline13.com/Api'
redline_key = 'REDACTED'
redline = RestClient::Resource.new(
"#{api_url}",
'headers' => {