Skip to content

Instantly share code, notes, and snippets.

@toshiyukihina
Created September 9, 2013 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshiyukihina/6492569 to your computer and use it in GitHub Desktop.
Save toshiyukihina/6492569 to your computer and use it in GitHub Desktop.
module Moat
REST_URI = "https://sandbox.service-sync.com"
REST_PATH = "/moat/v1"
PACKAGE_ID = "blink-rgx-led"
APPLICATION_ID = "<Your Application ID>"
API_CLIENT_ID = "<Your Client ID>"
API_CLIENT_SECRET = "<Your Client Secret>"
BLINK_RGX_LED = "urn:moat:#{APPLICATION_ID}:#{PACKAGE_ID}:blink-rgx-led:1.0"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment