refactor!: move api hooks methods to api module#169
Merged
federicobond merged 2 commits intoopen-feature:mainfrom Sep 1, 2023
Merged
refactor!: move api hooks methods to api module#169federicobond merged 2 commits intoopen-feature:mainfrom
federicobond merged 2 commits intoopen-feature:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #169 +/- ##
==========================================
- Coverage 94.15% 93.47% -0.68%
==========================================
Files 24 23 -1
Lines 462 460 -2
==========================================
- Hits 435 430 -5
- Misses 27 30 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
beeme1mr
approved these changes
Aug 31, 2023
Signed-off-by: Federico Bond <[email protected]>
Signed-off-by: Federico Bond <[email protected]>
ddf5451 to
49a9c79
Compare
kikihakiem
pushed a commit
to ResalApps/openfeature-python-sdk
that referenced
this pull request
Aug 28, 2025
…ure#169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change does something similar to #164 but for the hooks API. Imports should be updated from:
To:
This ensures all API-level methods are accessible from the same module.