Home::1: Difference between revisions
Appearance
Content deleted Content added
Line 27: | Line 27: | ||
The quota figure on the homepage can also be viewed as an svg image using the URL: https://quota.aa.net.uk you can request a json or plain text version too, eg: |
The quota figure on the homepage can also be viewed as an svg image using the URL: https://quota.aa.net.uk you can request a json or plain text version too, eg: |
||
<SyntaxHighlight lang=bash> |
<SyntaxHighlight lang=bash> |
||
curl -L https://quota.aa.net.uk --header "Accept: application/json" |
|||
curl -L https://quota.aa.net.uk --header "Accept: text/plain" |
|||
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O - |
|||
wget https://quota.aa.net.uk --header="Accept: text/plain" -q -O - |
|||
</SyntaxHighlight> |
</SyntaxHighlight> |
||