22 lines
1019 B
JSON
22 lines
1019 B
JSON
{
|
|
"$schema": "https://schemas.runtipi.io/app-info.json",
|
|
"name": "BE9700 Router API",
|
|
"id": "be9700-api",
|
|
"available": true,
|
|
"short_desc": "Stateless proxy + Scalar API docs for the TP-Link BE9700 WiFi 7 router",
|
|
"author": "alexz",
|
|
"port": 8347,
|
|
"categories": ["network", "utilities"],
|
|
"description": "A stateless Node.js proxy server that exposes the TP-Link BE9700 WiFi 7 router's internal API as a clean REST surface with interactive Scalar docs at /docs. Credentials are never stored — callers pass X-Router-Host and X-Router-Password (or X-Router-Session) per request. Covers 203 endpoints: wireless bands (2.4 GHz / 5 GHz / 6 GHz), LAN/DHCP, NAT, UPnP, time, and diagnostics.",
|
|
"tipi_version": 1,
|
|
"version": "1.1.0",
|
|
"source": "https://git.alexzaw.dev/alexz/be9700-api",
|
|
"website": "https://git.alexzaw.dev/alexz/be9700-api",
|
|
"exposable": true,
|
|
"dynamic_config": true,
|
|
"no_gui": false,
|
|
"form_fields": [],
|
|
"supported_architectures": ["amd64"],
|
|
"min_tipi_version": "4.0.0"
|
|
}
|