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 (c) 2022 Taylor Brooks. See LICENSE for details.