Closed strangedev closed 6 years ago
Merging #95 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #95 +/- ##
=======================================
Coverage 0.21% 0.21%
=======================================
Files 56 56
Lines 1364 1364
Branches 111 111
=======================================
Hits 3 3
Misses 1250 1250
Partials 111 111
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 c723ba8...55eada4. Read the comment docs.
When using
json
kwarg inrequests.post()
, the payload does not have to be serialised manually, as it's already serialised by requests.This change is