Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
contributors:Runqi Liu, Haoyu Liu,Wei Zhang

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this file is necessary

Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.