redmine-rs

Cargo Test License

redmine-rs is a client application that interfaces Redmine server.

Settings

Set your API_KEY and BASE_URL and PROJECT like following.

export BASE_URL="https://yourredmineurl.com"

export API_KEY="apikeyofyourredmineserver"

export PROJECT="yourprojectname"