@tiktool/live 1.6.4 → 1.6.6
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,9 +146,9 @@ All API requests require an API key. Get yours at [tik.tools](https://tik.tools)
|
|
|
146
146
|
|
|
147
147
|
| Tier | Rate Limit | WS Connections | Daily Requests | Price |
|
|
148
148
|
|------|-----------|---------------|---------------|-------|
|
|
149
|
-
| **Free** | 5/min |
|
|
149
|
+
| **Free** | 5/min | 1 | 2,500/day | Free |
|
|
150
150
|
| **Pro** | 120/min | 50 | 50,000/day | From $10/wk |
|
|
151
|
-
| **Ultra** |
|
|
151
|
+
| **Ultra** | 300/min | 500 | 250,000/day | From $50/wk |
|
|
152
152
|
|
|
153
153
|
### Free Endpoints
|
|
154
154
|
`sign_url` · `check_alive` · `rate_limits` · `rankings` · `room_id` · `room_cover` · `hashtag_list` · `gift_info`
|
package/package.json
CHANGED