Sha256: a89c7bc7e42d091e2063978cfdf25b519b1af38ee6e9ba2639905d84039b9e90
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'lib', 'storage_room') ACCOUNT_ID = '4d13574cba05613d25000004' # your account id APPLICATION_API_KEY = 'DZHpRbsJ7VgFXhybKWmT' # your application's API key with read/write access StorageRoom.authenticate(ACCOUNT_ID, APPLICATION_API_KEY) # Optionally set the server to a custom domain # StorageRoom.server = "api.lvh.me:3000" StorageRoom.server = "api.storageroomapp.com"
Version data entries
11 entries across 11 versions & 1 rubygems