0.07
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
SynapsePay v3 Rest Native API Library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 2.1.1
~> 1.6.6
~> 1.5.0
~> 5.8.2
~> 10.0
~> 0.12.0

Runtime

 Project Readme

SynapsePayRest-Ruby

Native API library for SynapsePay REST v3.x

Not all API endpoints are supported.

Installation

Add this line to your application's Gemfile:

gem 'synapse_pay_rest'

And then execute:

$ bundle

Or install it yourself by executing:

$ gem install synapse_pay_rest

Documentation

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, run cp .env.sample .env and set the TEST_CLIENT_ID and TEST_CLIENT_SECRET environment variables.

To run all tests, execute:

rake

To run a specific file or test run:

m path/to/file:line_number

License

MIT License