customerio-ruby
customerio-ruby copied to clipboard
Support GET requests in Base Client request_class
Simple PR to allow sending GET requests since some API calls require it. For example, this allows api calls like GET Collections to work:
@client.request_and_verify_response(:get, "/v1/api/collections")
Issue was written up here: https://github.com/customerio/customerio-ruby/issues/117