Commit 3e2907f
Fix Pocket API calls - use POST method for all endpoints
- Change requests.get() to requests.post() for /v3/get endpoint
- Change requests.get() to requests.post() for /v3/stats endpoint
- Restore full progress bar functionality with total item count
- /v3/stats endpoint is functional but undocumented
The core issue was HTTP method, not deprecated endpoints.
All API calls now use POST as required by Pocket API.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1d2170e commit 3e2907f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments