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:
$ bundleOr install it yourself by executing:
$ gem install synapse_pay_restDocumentation
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:
rakeTo run a specific file or test run:
m path/to/file:line_number