Class: Billogram::Client
- Inherits:
-
Object
- Object
- Billogram::Client
- Extended by:
- Forwardable
- Includes:
- HTTParty
- Defined in:
- lib/billogram/client.rb
Overview
Constant Summary collapse
- HEADERS =
{ "Accept" => "application/json", "Content-Type" => "application/json" }
Instance Method Summary collapse
-
#initialize(username, password, base_uri = Billogram.base_url) ⇒ Client
constructor
A new instance of Client.