Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

fix: decoding when charset is in the content type response header #904

Closed manchuck closed 5 months ago

manchuck commented 5 months ago

Description

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist

manchuck commented 5 months ago

Address #903

codecov-commenter commented 5 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (05cbf33) 83.38% compared to head (3df49e4) 83.41%.

Files Patch % Lines
packages/server-client/lib/client.ts 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #904 +/- ## ========================================== + Coverage 83.38% 83.41% +0.03% ========================================== Files 121 121 Lines 1637 1646 +9 Branches 323 324 +1 ========================================== + Hits 1365 1373 +8 - Misses 272 273 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.