spotify / github-java-client

A Java client to Github API
Apache License 2.0
129 stars 83 forks source link

Propagate graphql url to installation scoped client #184

Closed dennisgranath closed 7 months ago

dennisgranath commented 7 months ago

This is needed if you want to use the installationScopedClient with graphql api method. Otherwise we get following exception "Graphql url is not set".

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.18%. Comparing base (27719e8) to head (371cb1f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #184 +/- ## ============================================ + Coverage 76.15% 76.18% +0.02% Complexity 313 313 ============================================ Files 44 44 Lines 1057 1058 +1 Branches 44 44 ============================================ + Hits 805 806 +1 Misses 227 227 Partials 25 25 ```

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