C++ client library to access the API of a Redmine server
Go to file
Dominik Meyer d64ed1fcd0
ADD: added cmake config file for building
2024-02-18 13:54:46 +01:00
cmake/Modules ADD: initial commit 2024-02-14 17:25:44 +01:00
docs ADD: added doxygen configuration file 2024-02-18 13:16:01 +01:00
include/Redmine ADD: added missing methods to set attributes 2024-02-18 13:53:24 +01:00
libs MOD: exchanged uriparser with Skyr URL 2024-02-14 20:57:52 +01:00
src ADD: sources for the redmine cli 2024-02-18 13:54:21 +01:00
.gitignore ADD: ignore some directories and files 2024-02-18 13:16:23 +01:00
.gitmodules MOD: exchanged uriparser with Skyr URL 2024-02-14 20:57:52 +01:00
CMakeLists.txt ADD: added cmake config file for building 2024-02-18 13:54:46 +01:00
LICENSE ADD: initial commit 2024-02-14 17:25:44 +01:00
README.md MOD: updated readme to show supported API 2024-02-18 13:15:15 +01:00

README.md

redmine-api-cpp

redmine-api-cpp is a API client library for the project management software Redmine.

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3