[Confluence] Add _get_paged function for internal handling of paged APIs. - #937
Merged
gonchik merged 2 commits intoFeb 8, 2022
Conversation
Spacetown
force-pushed
the
add_function_for_paged_api_to_confluence
branch
2 times, most recently
from
February 2, 2022 21:01
fbab791 to
bef661a
Compare
…sion. An update will result in a lot of changes in the code.
Spacetown
force-pushed
the
add_function_for_paged_api_to_confluence
branch
from
February 2, 2022 21:10
bef661a to
6776dbc
Compare
Codecov Report
@@ Coverage Diff @@
## master #937 +/- ##
==========================================
- Coverage 36.74% 36.65% -0.09%
==========================================
Files 34 34
Lines 6450 6468 +18
Branches 993 998 +5
==========================================
+ Hits 2370 2371 +1
- Misses 3973 3990 +17
Partials 107 107
Continue to review full report at Codecov.
|
gonchik
pushed a commit
that referenced
this pull request
Sep 3, 2022
… APIs. (#937) * Add `_get_paged` function for internal handling of paged APIs. * Pin black to old version because 2.7 support is removed in LATEST version. An update will result in a lot of changes in the code.
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.
As suggested in #936 this PR adds a function to handle the paging.
ATTENTION: I've no instance to test it, it's only created from the API documentation. @hograthm or @gonchik can you test this?If it's working other calls of confluence can also be changed.