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..963fb3a09 --- /dev/null +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/Contributors.md @@ -0,0 +1 @@ +contributors:Runqi Liu, Haoyu Liu,Wei Zhang 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. 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..7dd48c062 --- /dev/null +++ b/docs/Splashkit/Tutorials/Reviews/Nerworking guides2.0/routing-with-servers.md @@ -0,0 +1,33 @@ +# 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# 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/routing-with-servers/) +- [Pull Request](https://github.com/thoth-tech/documentation/pull/622) + +## Improvements and suggestions + +If you have any suggestions for improvements or changes, add here: + +- None.