Home

Awesome

Attache/API

Gem Version Build Status

Core library and tests to integrate with an attache server; to be leveraged by client libraries e.g. attache_rails which integrates with ActiveRecord

Testing against an attache-compatible server

Test suite will interact with a server when ATTACHE_URL is explicitly set. This can conveniently check if a server at a given URL is attache-compatible. To run such compatibility check, execute the test suite with ATTACHE_URL and ATTACHE_SECRET_KEY set to the correct values

ATTACHE_URL=http://localhost:9292 ATTACHE_SECRET_KEY=topsecret rake

NOTE: the test suite will upload a small jpg file and delete it immediately, for several iterations.

Environment variables

Important variables:

Optional variables:

License

MIT