Skip to content

Instantly share code, notes, and snippets.

View jojees's full-sized avatar

Joji Vithayathil Johny jojees

View GitHub Profile
@jojees
jojees / catchpoint.rb
Created December 16, 2016 13:10 — forked from jmervine/catchpoint.rb
Catchpoint API Examples
require 'net/https'
require 'base64'
require 'json'
require 'uri'
class Catchpoint
@@host = 'https://io.catchpoint.com'
@@prefix = '/ui/api'
@@version = 1