redmine-rs
is a client application that interfaces Redmine server.
Set your API_KEY
and BASE_URL
and PROJECT
like following.
export BASE_URL="https://yourredmineurl.com"
export API_KEY="apikeyofyourredmineserver"
export PROJECT="yourprojectname"