ruby-client/features/step_definitions
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
..
invoice_steps.rb changes per Paul comments 2015-02-16 09:33:20 -08:00
keygen_steps.rb Refactor: create rest_connector module 2015-03-12 18:23:49 -04:00
step_helpers.rb Refactor: create rest_connector module 2015-03-12 18:23:49 -04:00