From 80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Wed, 20 Nov 2024 21:59:27 +0100 Subject: add maximum url parameter; document special list in readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readme.md') 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 : `http://abrechenbarkeit.example.org/?negative&maximum=` -- cgit v1.2.3-70-g09d2