Skip to content

d0minikk/tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tap Ruby Library

Tap Payments API docs

The Tap Ruby library provides convenient access to the Tap Payments API from applications written in the Ruby language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Tap API.

Documentation

Installation

You don't need this source code unless you want to modify the gem. If you just want to use the package, just run:

gem install tap-ruby

If you want to build the gem from source:

gem build tap.gemspec

Requirements

  • Ruby 2.0+.

Bundler

If you are installing via bundler, you should be sure to use the https rubygems source in your Gemfile, as any gems fetched over http could potentially be compromised in transit and alter the code of gems fetched securely over https:

source 'https://rubygems.org'

gem 'rails'
gem 'tap-ruby'

About

Ruby library for the Tap Online Payments API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages