TeleSign / php_telesign

The Telesign PHP SDK lets you easily integrate with our REST API.
MIT License
15 stars 33 forks source link

TSMD-7652 enable http put requests #13

Closed luka-zitnik closed 7 years ago

luka-zitnik commented 7 years ago

Hi @jarradsl, @gterzic-telesign,

I need this v2.2.1 in order to add support for the completion endpoint to telesign/php_telesign_enterprise.

Are you OK with this?

codecov-io commented 7 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #13      +/-   ##
============================================
+ Coverage     98.07%   98.26%   +0.18%     
- Complexity       21       22       +1     
============================================
  Files             9        9              
  Lines           104      115      +11     
============================================
+ Hits            102      113      +11     
  Misses            2        2
Impacted Files Coverage Δ Complexity Δ
src/rest/RestClient.php 100% <100%> (ø) 14 <1> (+1) :arrow_up:
src/rest/Response.php 100% <0%> (ø) 1% <0%> (ø) :arrow_down:
src/util.php 90% <0%> (+1.11%) 0% <0%> (ø) :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 4603fe3...598abb5. Read the comment docs.

luka-zitnik commented 7 years ago

The authorization header has been generated by the python sdk.

Nice thing this codecov.io!