0.0
The project is in a healthy, maintained state
A Ruby wrapper for the Hyperwallet API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.3
>= 0
>= 0
~> 13.0
~> 3.7
~> 2.0
~> 3.1

Runtime

~> 2.0
>= 0
 Project Readme

Hyperwallet Ruby Client

A Ruby wrapper for the Hyperwallet API

To get a general overview of API: https://docs.hyperwallet.com/content/hyperwallet-payout-documentation

Installation

Add this line to your application's Gemfile:

  # in your Gemfile
  gem 'hyperwallet-api', '~> 1.0'

  # then...
  bundle install

Usage

  client = Hyperwallet::Client.new(
    url: ...,
    username: ...,
    password: ...,
  )

  response = client.list_users

  puts response

History

View the changelog This gem follows Semantic Versioning

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Copyright

Copyright (c) 2022 Taylor Brooks. See LICENSE for details.