Home::1: Difference between revisions
Appearance
Content deleted Content added
| Line 26: | Line 26: | ||
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> |
|||
curl -L https://quota.aa.net.uk --header "Accept: application/json" |
curl -L https://quota.aa.net.uk --header "Accept: application/json" |
||
curl -L https://quota.aa.net.uk --header "Accept: text/plain" |
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: application/json" -q -O - |
||
wget https://quota.aa.net.uk --header="Accept: text/plain" -q -O - |
wget https://quota.aa.net.uk --header="Accept: text/plain" -q -O - |
||
</SyntaxHighlight> |
|||
==Usage Tracking== |
==Usage Tracking== |
||