Sha256: 06c5e861ac76ade9a2073c57df0d4accf6be82f53b5ae068f5a0d1a3e6f573bb

Contents?: true

Size: 1.06 KB

Versions: 15

Compression:

Stored size: 1.06 KB

Contents

# SynapseRuby
![Gem](https://img.shields.io/gem/v/synapseruby.svg)
![status](https://img.shields.io/badge/status-beta-yellow.svg)

Native API library for SynapseFI REST v3.x

Not all API endpoints are supported.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'synapseruby'
```

And then execute:

```bash
$ bundle
```

Or install it yourself by executing:

```bash
$ gem install synapseruby
```
## Documentation

- [API docs](http://docs.synapsefi.com/v3.1)
- [synapseruby gem docs](https://rubygems.org/gems/synapseruby)
- [Samples demonstrating common operations](samples.md)

## Contributing

For minor issues, please open a pull request. For larger changes or features, please email hello@synapsepay.com. Please document and test any public constants/methods.

## Running the Test Suite

If you haven't already, set the `TEST_CLIENT_ID` and `TEST_CLIENT_SECRET` environment variables in `.env` file .
Please read and update test files with your user own test id's

To run all tests, execute:

```bash
rake test
```

## License

[MIT License](LICENSE)


Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
synapse_api-1.0.2 README.md
synapse_api-1.0.1 README.md
synapse_api-1.0.0 README.md
synapseruby-1.0.17 README.md
synapseruby-1.0.16 README.md
synapseruby-1.0.15 README.md
synapseruby-1.0.14 README.md
synapseruby-1.0.13 README.md
synapseruby-1.0.12 README.md
synapseruby-1.0.11 README.md
synapseruby-1.0.10 README.md
synapseruby-1.0.9 README.md
synapseruby-1.0.8 README.md
synapseruby-1.0.7 README.md
synapseruby-1.0.6 README.md