├── LICENSE ├── README.md ├── api ├── api.php └── index.html └── example └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosignals/ubus-vnstat-api/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosignals/ubus-vnstat-api/HEAD/README.md -------------------------------------------------------------------------------- /api/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosignals/ubus-vnstat-api/HEAD/api/api.php -------------------------------------------------------------------------------- /api/index.html: -------------------------------------------------------------------------------- 1 | 404 -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosignals/ubus-vnstat-api/HEAD/example/index.html --------------------------------------------------------------------------------