ruby-client/features
Paul Daigle 48d3c753ee Refactor: create rest_connector module
The rest connector module moves most of the functionality of http
connection out of the client and into a module. The goal is to simplify
method calls and DRY up the code.

Changes include replacing all calls to send_request with calls to either
'get' or 'post'. process request now returns the "data" portion of the
JSON response from the server, as every method was retrieving that
separately.

removed some untested code.
2015-03-12 18:23:49 -04:00
..
step_definitions Refactor: create rest_connector module 2015-03-12 18:23:49 -04:00
creating_invoices.feature correct BTC validation 2015-03-12 18:23:02 -04:00
pairing.feature update tests for new dashboard 2015-02-04 23:30:35 -08:00
retrieving_invoices.feature Add cucumber testing to bitpay library 2014-12-13 17:30:44 -05:00