@ethora/sdk-backend 25.12.20 → 26.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,15 @@ This guide will walk you through integrating the Ethora SDK into your existing N
|
|
|
27
27
|
- `ETHORA_CHAT_APP_SECRET`
|
|
28
28
|
- `ETHORA_CHAT_BOT_JID` (optional, for chatbot features)
|
|
29
29
|
|
|
30
|
+
## API Documentation (Swagger)
|
|
31
|
+
|
|
32
|
+
Ethora exposes Swagger UI from every running backend instance at:
|
|
33
|
+
|
|
34
|
+
- **Hosted (Ethora main)**: `https://api.ethoradev.com/api-docs/`
|
|
35
|
+
- **Enterprise/self-hosted**: `https://api.<your-domain>/api-docs/`
|
|
36
|
+
|
|
37
|
+
If you are running a separate staging instance, the same pattern applies (e.g. `https://api.asterotoken.com/api-docs/`).
|
|
38
|
+
|
|
30
39
|
## Installation
|
|
31
40
|
|
|
32
41
|
### Step 1: Install the Package
|