@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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethora/sdk-backend",
3
- "version": "25.12.20",
3
+ "version": "26.01.01",
4
4
  "description": "TypeScript SDK for integrating with Ethora chat service backend API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",