From c1c516066714c359dbb10126e0c92dbde46b3706 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Thu, 7 Aug 2025 20:09:47 +1000 Subject: [PATCH 1/7] Add files via upload --- .../routing-with-servers.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md new file mode 100644 index 000000000..3ac1da289 --- /dev/null +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md @@ -0,0 +1,32 @@ +# Routing With Servers + +Date Reviewed: 4th August 2025 + +Reviewed by:Runqi Liu + +## 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# using top level statements + - [x] C++ + - [x] Python +- [x] The code passes all the Quality Checks. + +## Links + +- [Tutorial Link](https://splashkit.io/guides/networking/routing-with-servers/) +- [Pull Request]() + +## Improvements and suggestions + +If you have any suggestions for improvements or changes, add here: + +- None. From 2aca28e84bf8399acdc6868ce972d5bd0004cb9c Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Thu, 7 Aug 2025 21:59:55 +1000 Subject: [PATCH 2/7] Create Contributors.md --- .../Tutorials/Reviews/Nerworking guides2.0/Contributors.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md new file mode 100644 index 000000000..107e52c1c --- /dev/null +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md @@ -0,0 +1 @@ +contributors:Runqi Liu From 8afbe078b477a9ab5083289ae712edb002da4e06 Mon Sep 17 00:00:00 2001 From: seventhback777 <903157209@qq.com> Date: Thu, 7 Aug 2025 22:05:52 +1000 Subject: [PATCH 3/7] Update Contributors.md --- .../Tutorials/Reviews/Nerworking guides2.0/Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md index 107e52c1c..0db01dbef 100644 --- a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md @@ -1 +1 @@ -contributors:Runqi Liu +contributors:Runqi Liu Haoyu Liu From 9863605228d85042da00b29d168aeeb65e220299 Mon Sep 17 00:00:00 2001 From: ZGT23 <3458926299@qq.com> Date: Thu, 7 Aug 2025 22:06:25 +1000 Subject: [PATCH 4/7] Update Contributors.md --- .../Tutorials/Reviews/Nerworking guides2.0/Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md index 0db01dbef..963fb3a09 100644 --- a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md @@ -1 +1 @@ -contributors:Runqi Liu Haoyu Liu +contributors:Runqi Liu, Haoyu Liu,Wei Zhang From 60bf617538086bc369b475bde8f8197e65c93d72 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Thu, 7 Aug 2025 22:15:01 +1000 Subject: [PATCH 5/7] Update routing-with-servers.md --- .../Reviews/Nerworking guides2.0/routing-with-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md index 3ac1da289..fe261a35c 100644 --- a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md @@ -23,7 +23,7 @@ ensure that it works and outputs the results. ## Links - [Tutorial Link](https://splashkit.io/guides/networking/routing-with-servers/) -- [Pull Request]() +- [Pull Request](https://github.com/thoth-tech/documentation/pull/622) ## Improvements and suggestions From 32757e57ba9ee13bef29a18b31395e3735dfe409 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Fri, 8 Aug 2025 17:35:56 +1000 Subject: [PATCH 6/7] Update routing-with-servers.md --- .../Reviews/Nerworking guides2.0/routing-with-servers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md index fe261a35c..7dd48c062 100644 --- a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md @@ -15,7 +15,8 @@ ensure that it works and outputs the results. - [x] The tutorial is free of spelling and grammatical errors. - [x] The tutorial is easy to follow. - [x] The tutorial has: - - [x] C# using top level statements + - [x]C# code (Top-Level statements) + - [x] C# code (Object-Oriented Programming) - [x] C++ - [x] Python - [x] The code passes all the Quality Checks. From 19ad61f0eea56b53224f0a00bdf97ef0718bdb49 Mon Sep 17 00:00:00 2001 From: RUNQILIU-123 <835852842@qq.com> Date: Wed, 20 Aug 2025 17:28:03 +1000 Subject: [PATCH 7/7] 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/Nerworking guides2.0/How to make a RESTful API call using SplashKit.md diff --git a/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/How to make a RESTful API call using SplashKit.md b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.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/Nerworking guides2.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.