This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'uri' | |
require 'net/https' | |
require 'json' | |
API_URL = "http://api.recessmobile.com/api" | |
API_KEY = "[API KEY GOES HERE]" | |
# Simple ServiceLayer gateway class | |
class ServiceLayer | |
class Error < StandardError; end |
NewerOlder