Sha256: caba637a801ad709b2e6c2899a893f8c75930c68d4a8c537aecaac09f661397f

Contents?: true

Size: 1.52 KB

Versions: 18

Compression:

Stored size: 1.52 KB

Contents

FinApps Ruby-Client
===================


[![Gem Version](http://img.shields.io/gem/v/finapps.svg)][gem]

![Build Status](http://teamciti.powerwallet.com/app/rest/builds/buildType:(id:FaRuby_BuildMaster)/statusIcon)


Ruby client for [FinApps][financialapps].

A simple library for communicating with the [FinApps][financialapps] REST API.



## Installation


To install using [Bundler][bundler], add this line to your application's Gemfile:

```ruby
# Gemfile
gem 'finapps'
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install finapps
```



## Getting started with FinApps REST client

### Setup

You will need to authenticate every API call using your FinApps company credentials. 

Please visit [FinApps][financialapps] if you still haven't setup your account with Financial Apps or have any issues locating your company credentials.


``` ruby
require 'finapps'

# replace with your own credentials here
company_identifier = 'my-company-identifier'
company_token = 'my-company-token'

# set up a client to talk to the FinApps REST API
@client = FinApps::REST::Client.new company_identifier, company_token
```

## More Information

Please check the [FinApps wiki][wiki] for extended documentation.


[FinancialApps.com][financialapps]


[bundler]: http://bundler.io
[financialapps]: https://financialapps.com
[wiki]: https://github.com/finapps/ruby-client/wiki
[builder]: http://builder.rubyforge.org/
[bundler]: http://bundler.io
[rubygems]: http://rubygems.org
[gem]: https://rubygems.org/gems/finapps

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
finapps-0.22.2.pre README.md
finapps-0.22.1.pre README.md
finapps-0.22.0.pre README.md
finapps-0.21.6.pre README.md
finapps-0.21.5.pre README.md
finapps-0.21.4.pre README.md
finapps-0.21.3.pre README.md
finapps-0.21.2.pre README.md
finapps-0.21.0.pre README.md
finapps-0.20.0.pre README.md
finapps-0.19.1.pre README.md
finapps-0.19.0.pre README.md
finapps-0.18.4.pre README.md
finapps-0.18.3.pre README.md
finapps-0.18.2.pre README.md
finapps-0.18.1.pre README.md
finapps-0.18.0.pre README.md
finapps-0.17.1.pre README.md