Redelix

Elixir Redmine RestAPI client

Installation

Usage

Get an issue by id

iex(1)> Redelix.getIssue("139357")

Get issues by filtering

iex(2)> Redelix.getIssues(project_id: "112485", tracker_id: "2")

Create a new issue

iex(3)> Redelix.createIssue(project_id: "112485", tracker_id: "2", priority_id: 1, subject: "This is a subject")

Get all the projects

iex(4)> Redelix.getProjects()

Include

Most of the API is covered or going to be covered Check the code for more info. Documentation: coming soon

Limitations

Todos

CREDITS