An open API service indexing awesome lists of open source software.

https://github.com/chansuke/redmine-rs

A command line interface for Redmine server
https://github.com/chansuke/redmine-rs

redmine rust

Last synced: 28 days ago
JSON representation

A command line interface for Redmine server

Awesome Lists containing this project

README

          

# redmine-rs
![Cargo Test](https://github.com/chansuke/redmine-rs/workflows/Cargo%20Test/badge.svg) ![License](https://img.shields.io/badge/license-MIT%20or%20Apache%202%20-orange) [![redmine-rs at crates.io](https://img.shields.io/crates/v/redmine-rs.svg)](https://crates.io/crates/redmine-rs)

`redmine-rs` is a client application that interfaces with a [Redmine](https://www.redmine.org/) 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"`