@tiktool/live 1.6.3 → 1.6.5
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 +11 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,11 +144,17 @@ live.on('event', (event) => {
|
|
|
144
144
|
|
|
145
145
|
All API requests require an API key. Get yours at [tik.tools](https://tik.tools).
|
|
146
146
|
|
|
147
|
-
| Tier | Rate Limit | WS Connections |
|
|
148
|
-
|
|
149
|
-
| **Free** | 5/min |
|
|
150
|
-
| **Pro** | 120/min | 50 |
|
|
151
|
-
| **Ultra** |
|
|
147
|
+
| Tier | Rate Limit | WS Connections | Daily Requests | Price |
|
|
148
|
+
|------|-----------|---------------|---------------|-------|
|
|
149
|
+
| **Free** | 5/min | 3 | 2,500/day | Free |
|
|
150
|
+
| **Pro** | 120/min | 50 | 50,000/day | From $10/wk |
|
|
151
|
+
| **Ultra** | 300/min | 500 | 250,000/day | From $50/wk |
|
|
152
|
+
|
|
153
|
+
### Free Endpoints
|
|
154
|
+
`sign_url` · `check_alive` · `rate_limits` · `rankings` · `room_id` · `room_cover` · `hashtag_list` · `gift_info`
|
|
155
|
+
|
|
156
|
+
### Pro & Ultra Endpoints
|
|
157
|
+
All free endpoints plus: `fetch` · `room_info` · `room_video` · `bulk_live_check` · `ws_credentials` · `sign_websocket` · `resolve_user_ids` · `jwt` · `chat` · `user_earnings` · `feed` · `live_analytics` · `moderation` · WS relay
|
|
152
158
|
|
|
153
159
|
The SDK calls the sign server **once per connection**, then stays connected via WebSocket. A free key is sufficient for most use cases.
|
|
154
160
|
|
package/package.json
CHANGED