aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2024-11-20 21:59:27 +0100
committerRiley L. <riley@e926.de>2024-11-20 21:59:27 +0100
commit80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e (patch)
treef563628b9d66e4cfb4ec7551e95c568001287bdb /readme.md
parent5ec847be563709737d5ff8b0fbff88678b2c67c4 (diff)
downloadabrechenbarkeit-80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e.tar
abrechenbarkeit-80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e.tar.bz2
abrechenbarkeit-80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e.tar.zst
add maximum url parameter; document special list in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2d8a6a6..544bb06 100644
--- a/readme.md
+++ b/readme.md
@@ -23,3 +23,8 @@ useful for development or proxyless deployments.
curl 'http://strichliste.example.org/api/user?deleted=false' | jq -r '.users.[] | [ 0, "@Potential", .name, .balance, "", "", "" ] | join(",")' > log
curl 'http://strichliste.example.org/api/article' | jq -r '.articles.[] | [ .barcode, .amount, "@Drinks", .name ] | join(",")' > products
```
+
+## Non-linked User lists
+
+- list of Users with negative balance: `http://abrechenbarkeit.example.org/?negative`
+- list of Users with balance lower than <amount>: `http://abrechenbarkeit.example.org/?negative&maximum=<amount>`