Skip to content

Paybook/sync-rb

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

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published