Sha256: 357fca4e92d1ba9895b76601b3f6fa04c3e8535a1acee1faff437dba0525a962

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 Bytes

Contents

# SynapseRuby

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 'synapse_fi'
```

And then execute:

```bash
$ bundle
```

Or install it yourself by executing:

```bash
$ gem install synapse_fi
```
## Documentation

- [API docs](http://docs.synapsefi.com/v3.1)
- [synapse_fi gem docs](https://www.rubydoc.info/gems/synapse_fi)
- [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

1 entries across 1 versions & 1 rubygems

Version Path
synapse_fi-1.0.0 README.md