Sha256: 8d297cb7a65ba07fd08b5275fb18f5e1959d666700ffd001c7d879feea184d7b
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 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) # StorageRoom.server = "api.lvh.me:3000" StorageRoom.server = "api.storageroomapp.com"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storage_room-0.3.13 | examples/authentication.rb |
storage_room-0.3.12 | examples/authentication.rb |