Skip to content

JGuardianM/sync-rb

 
 

Repository files navigation

Paybook

Requirements

HTTPARTY => Install HTTPARTY gem

gem install 'httparty'

Installation Paybook Gem

Install the Paybook API Gem Using this command into the terminal / cmd:

gem install 'paybook'

Usage

Add the gem to your Project

require 'paybook'

Then Instance the Class API passing Our API KEY into the method new

paybook = Paybook::Api.new("API KEY GOES HERE")

Then You Can Execute all the methods inside the class API example:

paybook.user_list

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.6%
  • Shell 2.4%