Conversation
|
|
||
| ## Description | ||
|
|
||
| A tutorial review of the tutorial has been done. Modified part of the text description of the |
There was a problem hiding this comment.
Was there a modification to the tutorial? Could you clarify this part
ctrlvish
left a comment
There was a problem hiding this comment.
Hey @RUNQILIU-123 and Suylang, great review of the existing tutorial. I've reviewed all the screenshots and they seem good.
I had a quick questions because the review had a line saying there was a text description that was modified, could you clarify if this is the description of the tutorial itself? And if so could you include the change in this PR?
seventhback777
left a comment
There was a problem hiding this comment.
The greatest advantage of this node is that the tutorial structure is clear, covering multiple language implementations and being runnable. It is recommended to supplement error handling and automated verification (CI badge and log screenshots), cross-platform operation guidelines, as well as PR links and version lock information. This can significantly enhance reproducibility and engineering credibility, and is also more in line with the standards of "high quality and maintainability". I think this pr is very good!
| - [Pull Request]() | ||
|
|
||
| ## Improvements and suggestions | ||
|
|
There was a problem hiding this comment.
It is recommended to supplement error handling examples for non-200 response and timeout scenarios, and attach running screenshots to enhance reproducibility.
A tutorial review of the tutorial has been done.The code in this tutorial has been run to ensure that it works and outputs the results.
Checks done:
Tested in latest Chrome
Tested in latest Firefox
npm run build
npm run preview
Code Checks:
Checked C#
Checked C++
Checked Python
Code output results:












C++ examples:
Example 1: GET single resource
Example 2: GET all resources
Example 3: POST resource
C# Top-Level Examples
Example 1: GET single resource
Example 2: GET all resources
Example 3: POST resource
C# OOP Examples
Example 1: GET single resource
Example 2: GET all resources
Example 3: POST resource
Python Examples
Example 1: GET single resource
Example 2: GET all resources
Example 3: POST resource