commit 54e6e14aa2fb9d48d2e023b8abcdf2d4b867bc48 parent 4d36a0fe73ef662738af8d7b8604565b35b1fb49 Author: Pius Loosli <pius.loosli@students.bfh.ch> Date: Tue, 26 Sep 2023 18:29:13 +0200 Donau: api overview Diffstat:
| M | core/api-donau.rst | | | 28 | ++++++++++++++++++++++++++++ |
1 file changed, 28 insertions(+), 0 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst @@ -26,6 +26,34 @@ defines all specific terms used in this section. .. contents:: Table of Contents +------------------------ +API Overview +------------------------ +.. http:POST:: /batch-sign + + Deposit BDR (collection) and ask the donau to sign them (used by charities) + +.. http:POST:: /receipts + + Send in donation receipts for the past fiscal year, receive signed total back. + +.. http:GET:: /charities + + return all charities + +.. http:GET:: /charities/{id} + + return a charity + +.. http:POST:: /charities + + Add a charity + +.. http:PUT:: /charities/{id} + + Modify a charity + + .. include:: tos.rst .. _donau_status: