Paybase ruby client library
Client library for talking to Paybase API.
Usage
First, initialize the client:
client = Paybase::Client.new("PAYBASE_ACCESS_TOKEN")
Make a request to the API:
client.customers
Client library for talking to Paybase API.
First, initialize the client:
client = Paybase::Client.new("PAYBASE_ACCESS_TOKEN")
Make a request to the API:
client.customers