/Ashu-API

coisas que eu preciso expor na rede mundial de computadores

Primary LanguageTypeScriptMIT LicenseMIT

Comitts Year

Last-Comitt Contributors

Ashu - API

Coisas que preciso expor na rede mundial de computadores

👨‍💻 - Pacotes usados

🛣️ - Rotas

  • /backup-size:
{
    "backup": {
        "espelhado": "10.93 GB",
        "completo": "4.12 GB",
        "syncBackup": {
            "folderSize": "10.93",
            "folderType": "GB"
        },
        "fullBackup": {
            "0": {
                "file": "Servidores-2023-08-24.tar.bz2",
                "size": "4.12",
                "type": "GB"
            }
        }
    },
    "hourlyData": [
        {
            "time": "18h",
            "title": "Completo",
            "type": "GB",
            "size": "4.12"
        },
        {
            "time": "18h",
            "title": "Espelhado",
            "type": "GB",
            "size": "10.93"
        }
    ]
}
  • /system-info:
{
    "cpu": {...},
    "mem": {...},
    "osInfo": {...},
    "diskLayout": {...},
    "battery": {...}
}