Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sending remaining options with query (#592)
+ Append all non-standard options to the query url + Rely on Faraday's query string encoding Some endpoints (like invoice) require additional parameters on the query URL to get additional attributes (like include=invoiceLink).