opsway / zohobooks-api

ZohoBooks PHP library
MIT License
6 stars 10 forks source link

Allow to pass custom implementation of `ClientInterface` and request options to `Client::__construct()` #30

Closed phansys closed 7 years ago

phansys commented 7 years ago
Q A
Branch master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a
codecov[bot] commented 7 years ago

Codecov Report

Merging #30 into master will increase coverage by 3.58%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #30      +/-   ##
============================================
+ Coverage      9.81%   13.39%   +3.58%     
- Complexity      116      120       +4     
============================================
  Files            13       13              
  Lines           316      321       +5     
============================================
+ Hits             31       43      +12     
+ Misses          285      278       -7
Impacted Files Coverage Δ Complexity Δ
src/Client.php 16.9% <100%> (+16.9%) 23 <6> (+4) :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 76cc561...0bcd32a. Read the comment docs.

mrVrAlex commented 7 years ago

Thanks!

phansys commented 7 years ago

Thank you @shandyDev!