fschmtt / keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.
MIT License
26 stars 18 forks source link

Allow injection of GuzzleClient so that a configured instance (e.g., … #118

Closed jahrsensetence closed 4 months ago

jahrsensetence commented 4 months ago

…with verify=false) can be used.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.18%. Comparing base (715ee40) to head (1b5ec68).

Files Patch % Lines
src/Keycloak.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 95.18% 95.18% ======================================= Files 32 32 Lines 706 706 ======================================= Hits 672 672 Misses 34 34 ```

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

fschmtt commented 4 months ago

Thanks for the contribution! 🎉