Skip to content

Library to access to a Redmine instance using its REST API, developped in C++ with Qt.

License

Notifications You must be signed in to change notification settings

fathomssen/qtredmine

Repository files navigation

Travis

Redmine REST API Qt client

This is a Redmine client C++ library, written in Qt. It uses Redmine's REST API to access a Redmine instance.

This library requires Qt version 5.4+.

Features

  • Both login/password and API key authentication
  • Simple methods to get serveral resources (issues, projects etc.) from a Redmine instance
  • Simple methods to update serveral resources (issues and time entries at the moment) in a Redmine instance

To use Redmine custom fields with qtredmine, please install the redmine_shared_api plugin from https://github.com/anovitsky/redmine_shared_api.

Documentation

Please have a look at the Doxygen documentation at https://fathomssen.github.io/qtredmine.

Example

Please have a look at the examples in the Doxygen documentation at https://fathomssen.github.io/qtredmine/examples.html.

Furthermore, you can find a real-world usage at https://github.com/fathomssen/redtimer.

Todo

  • Complete the simple API to get more resource types

About

Library to access to a Redmine instance using its REST API, developped in C++ with Qt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • QMake 1.1%
  • C 0.3%