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.
Files changed (2) hide show
  1. package/README.md +6 -7
  2. 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
- For AI agents that can't run local commands, use the HTTP API:
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushnetgo-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "PushNetGo App CLI — HTTP API: https://us-central1-flutter-ai-playground-f8e3b.cloudfunctions.net/unifiedGatewayApi",
5
5
  "bin": {
6
6
  "pushnetgo-cli": "./bin/pushnetgo-cli.js"