From 5514c15f1216b4bf26387a4f714a9299eaad257d Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 18 Feb 2024 13:15:15 +0100 Subject: [PATCH] MOD: updated readme to show supported API --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index ebfe155..7d25bad 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,34 @@ software [Redmine](https://redmine.org). It also provides a small CLI application to interact with a remine server through its API. +## Supported API + +| Resource | Method | Supported | +|---|---|---| +|Issue | * | no | +|Projects | * | no | +|Project Membership | * | no | +|Users | * | no| +|Time Entries | * | no | +|News | * | no | +|Issue Relation | * | no | +|Versions | * | no | +|Wiki Pages | * | no | +|Queries | * | no | +|Attachments | * | no | +|Issue Statuses | * | no | +|Trackers| * | no | +|Enumerations | * | no | +|Issue Categories | * | no | +|Roles | * | no | +|Groups | * | no | +|Custom Fields | * | no | +|Search | * | no | +|Files | * | no | +|My Account | * | yes | +|Journals | * | no | + + ## Authors - Dominik Meyer