Merge pull request #199 from thevahidal/fix-api-examples-docs

Update api-examples.md
This commit is contained in:
Vahid Al
2024-06-04 18:52:13 +03:30
committed by GitHub

View File

@@ -1,6 +1,6 @@
# API Examples
Soul is consist of 3 main namespaces: `/tables`, `/rows` and `/`. In this document we'll try to go over all of them so you can get familiar with how Soul works.
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.
## Setup Environment