Sha256: 329071d884d28370baeaec0591ecc93a6cd86b9297109f930155b704960549de

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

require File.dirname(__FILE__) + '/../lib/storage_room'

# ACCOUNT_ID = '4cef9a8c425071fa6900002f' # your account id
# APPLICATION_API_KEY = 'c499kx9L6aBfvJlvSKbF' # your application's API key with read/write access

ACCOUNT_ID = '4d13574cba05613d25000004'
APPLICATION_API_KEY = 'Tg_2oR2aBc83_BJa4k0Y'

# StorageRoom.server = 'api.lvh.me:3000'
StorageRoom.http_proxy('localhost', '8888')
StorageRoom.authenticate(ACCOUNT_ID, APPLICATION_API_KEY)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storage_room-0.2.0 examples/authentication.rb