Sha256: 390395fa4d19367b8538348e1d7353ad3904b365d723c3364156deb5e6385d91

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

# nation_builder

A very simple ruby gem for interacting with NB people API. 

http://nationbuilder.com/api_documentation

## Usage

```
require 'nation_builder'
client = NationBuilder.new(hostname: 'whatever.nationbuilder.com', client_id: 'id', client_secret: 'secret', username: 'you@nation.com', password: 'pass')
client.people.list # returns people in nation

```

## Copyright

Copyright (c) 2013 Nathan Woodhull. See LICENSE.txt for
further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nation_builder-0.0.1 README.md