A Ruby wrapper for the Hyperwallet API
To get a general overview of API: https://docs.hyperwallet.com/content/hyperwallet-payout-documentation
Add this line to your application's Gemfile:
# in your Gemfile
gem 'hyperwallet-api', '~> 1.0'
# then...
bundle install
client = Hyperwallet::Client.new(
url: ...,
username: ...,
password: ...,
)
response = client.list_users
puts response
View the changelog This gem follows Semantic Versioning
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features
Copyright (c) 2022 Taylor Brooks. See LICENSE for details.