mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:06 -04:00
Restore tools/endpoint-discovery as optional Python tool
Restores the browser-based endpoint discovery script that was mistakenly removed in the Go --discover PR. Optional: use this for broader discovery (XHR capture) or unpoller --discover for known endpoints. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -40,3 +40,10 @@ github_deploy_key*
|
||||
dist/
|
||||
.vscode/
|
||||
.idea/
|
||||
# Local test config (contains credentials)
|
||||
up.discover-test.json
|
||||
# Generated discovery report (re-run with --discover to recreate)
|
||||
api_endpoints_discovery.md
|
||||
# Python endpoint-discovery tool (optional)
|
||||
tools/endpoint-discovery/__pycache__
|
||||
tools/endpoint-discovery/.venv
|
||||
|
||||
Reference in New Issue
Block a user