2 unstable releases
0.2.2 | Mar 24, 2021 |
---|---|
0.1.0 | Feb 9, 2021 |
#174 in #api-key
36KB
984 lines
redmine-rs
redmine-rs
is a client application that interfaces with a Redmine server.
Settings
Set your REDMINE_API_KEY
, REDMINE_BASE_URL
, and REDMINE_PROJECT
like the following.
export REDMINE_BASE_URL="https://yourredmineurl.com"
export REDMINE_API_KEY="apikeyofyourredmineserver"
export REDMINE_PROJECT="yourprojectname"
Dependencies
~12–16MB
~300K SLoC