redmine-rs 0.1.0

This is a command line interface for Redmine
redmine-rs-0.1.0 is not a library.
Visit the last successful build: redmine-rs-0.2.2

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"