Update api-examples.md

This commit is contained in:
Vahid Al
2024-06-04 18:56:09 +03:30
committed by GitHub
parent 87c3ca8e5e
commit 92c3e9e0c7

View File

@@ -1,6 +1,6 @@
# API Examples
Soul is consist of 4 main namespaces: Tables (`/tables/`), Rows `/tables/{table-name}/rows/`, Auth (`/auth/`), and Root (`/`). In this document we'll try to go over all of them so you can get familiar with how Soul works.
Soul consists of 4 main namespaces: Tables (`/tables/`), Rows (`/tables/{table-name}/rows/`), Auth (`/auth/`), and Root (`/`). In this document, we'll try to go over all of them so you can get familiar with how Soul works.
## Setup Environment