-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: add SDK methods #4
Merged
Merged
Conversation
This file contains 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
guptadev21
requested review from
pallabpain and
smrutisenapati
and removed request for
a team
November 8, 2024 10:38
ankitrgadiya
requested changes
Nov 11, 2024
ankitrgadiya
requested changes
Nov 13, 2024
guptadev21
force-pushed
the
add_api_methods
branch
from
November 13, 2024 06:20
ed70c73
to
85d05ce
Compare
guptadev21
force-pushed
the
add_api_methods
branch
from
November 14, 2024 11:20
f2b9bbb
to
d493515
Compare
Added async client and also made some changes made in suggestion
clean up whitespace in response handling decorator
guptadev21
force-pushed
the
add_api_methods
branch
from
November 20, 2024 09:36
d97c380
to
287d48f
Compare
guptadev21
force-pushed
the
add_api_methods
branch
from
November 21, 2024 06:34
7d7bf08
to
b8145ac
Compare
removed handle_and_munchify_response decorator from list methods and use walk_pages decorator in async client
added get_auth_token for explicit usage if needed otherwise login is using it to set up
Reafctored code and added params in async client
… workflow to quality checks
pallabpain
force-pushed
the
add_api_methods
branch
2 times, most recently
from
November 29, 2024 08:30
99b80c6
to
2edc992
Compare
pallabpain
force-pushed
the
add_api_methods
branch
from
November 29, 2024 08:30
2edc992
to
7b9bcc4
Compare
guptadev21
force-pushed
the
add_api_methods
branch
from
November 29, 2024 09:04
3b3afc9
to
aa524f4
Compare
pallabpain
force-pushed
the
add_api_methods
branch
from
November 29, 2024 09:56
9c45cba
to
35b6d2f
Compare
ankitrgadiya
reviewed
Dec 2, 2024
ankitrgadiya
approved these changes
Dec 2, 2024
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.
Description
This pull requests implements the entire sync client populated with all the v2 APIs. It implementers necessary wrappers and helpers as well and reactors token methods in the client.
Checklist
walk_pages
helperTesting
To test sdk:
https://gist.github.com/guptadev21/def0c0432507f5188483903c50424c62