Sha256: d2b7810af99cb06d227e8935c4fd2fd70d3c891e3c13a5459e80fd913725c5c7
Contents?: true
Size: 373 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storage_room-0.3.11 | examples/authentication.rb |
storage_room-0.3.10 | examples/authentication.rb |