From 7c16c385458306fd23a4c3d24b39a41dd0619780 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Wed, 20 Aug 2025 17:31:03 +1000 Subject: [PATCH 1/3] Add files via upload --- ...make a RESTful API call using SplashKit.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md diff --git a/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md new file mode 100644 index 000000000..22ee0a497 --- /dev/null +++ b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md @@ -0,0 +1,33 @@ +# How to make a RESTful API call using SplashKit + +Date Reviewed: 20th August 2025 + +Reviewed by:Runqi Liu,SUYLANG SOK + +## Description + +A tutorial review of the tutorial has been done. Modified part of the text description of the +sentence to make the content more coherent and clear. The code in this tutorial has been run to +ensure that it works and outputs the results. + +## Confirmation of Passing Quality Checks + +- [x] The tutorial is free of spelling and grammatical errors. +- [x] The tutorial is easy to follow. +- [x] The tutorial has: + - [x]C# code (Top-Level statements) + - [x] C# code (Object-Oriented Programming) + - [x] C++ + - [x] Python +- [x] The code passes all the Quality Checks. + +## Links + +- [Tutorial Link](https://splashkit.io/guides/networking/restful-api-call/) +- [Pull Request]() + +## Improvements and suggestions + +If you have any suggestions for improvements or changes, add here: + +- None. From b8dcc2e98bca152289a7e06201d5d7153e3aeb94 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Wed, 20 Aug 2025 18:18:38 +1000 Subject: [PATCH 2/3] Update How to make a RESTful API call using SplashKit.md --- .../How to make a RESTful API call using SplashKit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md index 22ee0a497..066a89fd5 100644 --- a/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md +++ b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md @@ -24,7 +24,7 @@ ensure that it works and outputs the results. ## Links - [Tutorial Link](https://splashkit.io/guides/networking/restful-api-call/) -- [Pull Request]() +- [Pull Request](https://github.com/thoth-tech/documentation/pull/624) ## Improvements and suggestions From cc322d0c4132cd0052ed652e2b24f60c56c0cd1c Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Thu, 21 Aug 2025 18:27:27 +1000 Subject: [PATCH 3/3] Update How to make a RESTful API call using SplashKit.md --- .../How to make a RESTful API call using SplashKit.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md index 066a89fd5..0a241034d 100644 --- a/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md +++ b/docs/Splashkit/Tutorials/Reviews/Networking-guides 2.0/How to make a RESTful API call using SplashKit.md @@ -6,8 +6,7 @@ Reviewed by:Runqi Liu,SUYLANG SOK ## Description -A tutorial review of the tutorial has been done. Modified part of the text description of the -sentence to make the content more coherent and clear. The code in this tutorial has been run to +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. ## Confirmation of Passing Quality Checks