customerio-ruby icon indicating copy to clipboard operation
customerio-ruby copied to clipboard

Support GET requests in Base Client request_class

Open ishields opened this issue 9 months ago • 0 comments

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

ishields avatar Apr 14 '25 11:04 ishields