kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Implement languages endpoint #101

Closed Simply007 closed 2 years ago

Simply007 commented 2 years ago

Motivation

Fixes #95

Checklist

How to test

If manual testing is required, what are the steps?

codecov[bot] commented 2 years ago

Codecov Report

Merging #101 (141b68c) into master (3d0cd77) will decrease coverage by 0.21%. The diff coverage is 95.74%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #101      +/-   ##
============================================
- Coverage     98.34%   98.13%   -0.22%     
- Complexity      180      194      +14     
============================================
  Files            19       22       +3     
  Lines           543      589      +46     
============================================
+ Hits            534      578      +44     
- Misses            9       11       +2     
Impacted Files Coverage Δ
src/Kentico/Kontent/Delivery/LanguageFactory.php 90.90% <90.90%> (ø)
src/Kentico/Kontent/Delivery/DeliveryClient.php 94.35% <100.00%> (+0.71%) :arrow_up:
...ntent/Delivery/Models/Languages/LanguageSystem.php 100.00% <100.00%> (ø)
...nt/Delivery/Models/Languages/LanguagesResponse.php 100.00% <100.00%> (ø)
src/Kentico/Kontent/Delivery/UrlBuilder.php 100.00% <100.00%> (ø)

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 3d0cd77...141b68c. Read the comment docs.