MOD: updated readme to show supported API

This commit is contained in:
Dominik Meyer 2024-02-18 13:15:15 +01:00
parent 4adbf858a9
commit 5514c15f12
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 28 additions and 0 deletions

View File

@ -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 <dmeyer@federationhq.de>