-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update http client examples #1708
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
Update http client examples #1708
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Description updated to latest commit (46486f3)
- Copy walkthrough table to "Files Changed" Tab
PR Review
1, because the changes are minimal and straightforward, involving only updates to documentation references.
No
No
No
✨ Review tool usage guide:
Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.
The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
- When commenting, to edit configurations related to the review tool (
pr_reviewersection), use the following template:
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
- With a configuration file, use the following template:
[pr_reviewer]
some_config1=...
some_config2=...
See the review usage page for a comprehensive guide on using this tool.
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
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.
Thank you @aguspe !
Co-authored-by: aguspe <agustin.pe94@gmail.com> 8587398
Thank you @aguspe !
Thank you for the quick merge, have a great sunday!
Uh oh!
There was an error while loading. Please reload this page.
User description
Description
This PR fixes the reference for the HTTP client examples
Motivation and Context
It's important that all the examples are correct so users can use them as a reference, currently they look like this:
Screenshot 2024年05月05日 at 13 33 02Types of changes
Checklist
Type
documentation
Description
Changes walkthrough
http_client.en.md
Update Ruby code block reference in English documentationwebsite_and_docs/content/documentation/webdriver/drivers/http_client.en.md
http_client.ja.md
Update Ruby code block reference in Japanese documentationwebsite_and_docs/content/documentation/webdriver/drivers/http_client.ja.md
http_client.pt-br.md
Update Ruby code block reference in Portuguese documentationwebsite_and_docs/content/documentation/webdriver/drivers/http_client.pt-br.md
http_client.zh-cn.md
Update Ruby code block reference in Chinese documentationwebsite_and_docs/content/documentation/webdriver/drivers/http_client.zh-cn.md