diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-07 01:24:31 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-07 01:24:31 -0400 |
commit | 002dce776e5e71a5af6da3ab8f5e934c95d6bc0c (patch) | |
tree | c17a06d98ecc7fe9a23ffd100cf695ea21b093b5 | |
parent | 732631e279c472511ed69bad06bd50f577ab5646 (diff) | |
download | api-002dce776e5e71a5af6da3ab8f5e934c95d6bc0c.tar.gz |
alphabetized endpoints
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README index e255a62..f13f03e 100644 --- a/README +++ b/README @@ -8,6 +8,9 @@ Not finished. Currently planning: FMT = /{plain|json} - Plaintext or JSON formatted responses + $FMT/osversion + - OpenBSD version + $FMT/pkgs - Installed packages @@ -15,17 +18,15 @@ Not finished. Currently planning: ?pkg=[a-zA-Z0-9+] - Check if a package is installed. - $FMT/users - - List of users (maybe CSV for plaintext?) and ancillary information + $FMT/uptime + - Uptime and Load $FMT/usercount - Number of registered user accounts - $FMT/uptime - - Uptime and Load + $FMT/users + - List of users (maybe CSV for plaintext?) and ancillary information - $FMT/version - - OpenBSD version I'll use some kind of fast hash as an etag. |