sendgrid / ruby-http-client

SendGrid's Ruby HTTP Client for calling APIs
https://sendgrid.com
MIT License
23 stars 54 forks source link

fix: JSON-encode array request bodies #118

Closed childish-sambino closed 4 years ago

childish-sambino commented 4 years ago

Fixes #117

codecov[bot] commented 4 years ago

Codecov Report

Merging #118 into master will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   95.48%   95.60%   +0.11%     
==========================================
  Files           2        2              
  Lines         332      341       +9     
==========================================
+ Hits          317      326       +9     
  Misses         15       15              
Impacted Files Coverage Δ
lib/ruby_http_client.rb 91.22% <0.00%> (+0.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 248b8cd...3077b9b. Read the comment docs.

thinkingserious commented 4 years ago

Hello @childish-sambino,

Thanks again for the PR!

We appreciate your contribution and look forward to continued collaboration. Thanks!

Team SendGrid DX