Sha256: c53621f62506c04d08b9a8fb4dd6b7c1674a68cb5c2b1e42c93db27f030de2b6

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

require File.join(File.dirname(__FILE__), '..', 'lib', 'storage_room')

ACCOUNT_ID = '4e1e9c234250712eba000052' # your account id
APPLICATION_API_KEY = 'fgK8Di4FYuRKtk2Xd12A' # 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

1 entries across 1 versions & 1 rubygems

Version Path
storage_room-0.3.9 examples/authentication.rb