Sha256: 06d4be6701cbcd11845059f7447c06d0132c2b1992d4d5c6c328f14a97cf6f42

Contents?: true

Size: 674 Bytes

Versions: 14

Compression:

Stored size: 674 Bytes

Contents

# masheri

A Rails library for the [Mashery API](http://support.mashery.com/docs/mashery_api).

## Installation

Add the following to your `Gemfile`

```ruby
gem "masheri"
```

Then run the installer to create `config/masheri.yml`

```bash
$ rails g masheri:install
```

## Configuration

Edit `config/masheri.yml` with your `site_key`, `api_key` and `shared_secret` options.



```yaml
development:
  site_id: 123
  api_key: abc
  shared_secret: xyz

test:
  site_id: 123
  api_key: abc
  shared_secret: xyz

production:
  site_id: 123
  api_key: abc
  shared_secret: xyz
```

## Usage


### Members

```ruby
Masheri::Member.fetch_all #=>
```

### ???


### ???


### ???

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
masheri-0.6.1 README.md
masheri-0.6.0 README.md
masheri-0.5.6 README.md
masheri-0.5.5 README.md
masheri-0.5.2 README.md
masheri-0.5.1 README.md
masheri-0.5.0 README.md
masheri-0.4.0 README.md
masheri-0.3.10 README.md
masheri-0.3.8 README.md
masheri-0.3.7 README.md
masheri-0.3.6 README.md
masheri-0.3.5 README.md
masheri-0.3.4 README.md