pushnetgo-cli 1.0.2 → 1.0.3
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 +6 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,15 +14,14 @@ Or run without installing:
|
|
|
14
14
|
npx pushnetgo-cli token check --key pushnetgo-xxx
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
## HTTP API
|
|
17
|
+
## HTTP API Endpoints
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
| URL | Purpose |
|
|
20
|
+
|-----|---------|
|
|
21
|
+
| `https://flutter-ai-playground-f8e3b.web.app/api/pushnetgo-upload` | Upload music from URL |
|
|
22
|
+
| `https://us-central1-flutter-ai-playground-f8e3b.cloudfunctions.net/unifiedGatewayApi` | All actions (token-check, sync-music) |
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
Endpoint: https://us-central1-flutter-ai-playground-f8e3b.cloudfunctions.net/unifiedGatewayApi
|
|
23
|
-
Auth: x-api-key header
|
|
24
|
-
Format: JSON POST { "action": "...", ...params }
|
|
25
|
-
```
|
|
24
|
+
Auth: `x-api-key: pushnetgo-xxx`
|
|
26
25
|
|
|
27
26
|
### Actions
|
|
28
27
|
|
package/package.json
CHANGED