erniebrodeur / pushover

A gem to interface with pushover.net
http://erniebrodeur.github.io/pushover/
MIT License
64 stars 24 forks source link

send POST request data in body instead of query params to avoid HTTP 414 errors #41

Open debreczeni opened 4 years ago

debreczeni commented 4 years ago

avoid receiving 414 Request-URI Too Large and Oj::ParseErrors in turn

codecov-commenter commented 4 years ago

Codecov Report

Merging #41 into master will decrease coverage by 3.22%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #41      +/-   ##
===========================================
- Coverage   100.00%   96.77%   -3.23%     
===========================================
  Files            4        4              
  Lines           30       31       +1     
===========================================
  Hits            30       30              
- Misses           0        1       +1     
Impacted Files Coverage Δ
lib/pushover/message.rb 83.33% <50.00%> (-16.67%) :arrow_down:

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 cd29a00...0b2f90d. Read the comment docs.