-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Python client docstring #10339
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
Python client docstring #10339
Conversation
…nction parameters nicely in IDE. Endpoints are still accessible in generated code, mainly to satisfy some test cases.
|
As indicated by the PR checklist, mentioning the technical committee.. sorry if i misunderstood and now spam you all ;-) @taxpon @frol @mbohlool @cbornet @kenjones-cisco @tomplus @Jyhess @arun-nalla @spacether |
|
re-triggering circleci because it hit a concurrency limit :( |
|
sorry spacether, didn't see your comment, but branch was one commit behind again, so performed another merge to trigger build as well |
|
@spacether do you still want me to make some changes? Or would you care to try another merge ;-) No conflicts with master right now, but if you want i can always eagerly merge master. |
spacether
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for your PR!
|
Heya, I use an oauth2 with pkce authentication flow for my tools, and sometimes the authentication token expires before the tool has finished running. So, I put a refresh attempt into a function that handles errors in my API calls. The problem I have is that I would put the token into api.endpoint.api_client.configuration.access_token which no longer exists because api.endpoint is actually a method. I was wondering if anybody has a suggestion on how I might easily reach the api_client from the method that is being passed. |
Update of PR 10331 which was reverted because some tests were failing. This PR also includes fixes for those tests.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x