Sha256: ff63c6567f414d46ba9f06c5b0dc198064d20a1d593786b3595eef055b442744

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

Espago gem
======

[![Build Status](https://travis-ci.org/espago/espago.png?branch=master)](https://travis-ci.org/espago/espago)

### Installing Espago gem

    gem install espago

or just add it to your Gemfile if you are running a Rails project

## Configuration

After registering at <http://espago.com> configure your app with the security credentials.

### Global

The most standard way of configuring Espago is to do it globally on the Espago class.

    Espago.app_id = 'your-espago-app-id'
    Espago.app_password = 'your-espago-secret'
    Espago.public_key = 'your-espago-key'
    Espago.production = false #sets Espago enviroment to sandbox

### Sending request

    response = Espago.send_request(:clients, :get)
    response = Espago.clients :get

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
espago-0.0.9 README.md
espago-0.0.7 README.md
espago-0.0.6 README.md