Skip to content

wuatanabe/redelix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redelix

Elixir Redmine RestAPI client

Installation

  • Unzip
  • mix.deps get
  • config url and auth in config/config.exs

Usage

  • iex -S mix

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

  • Key-based auth not yet supported

Todos

  • Adding key-based authentication
  • Documentation
  • Unit Tests

CREDITS

About

Redmine Rest API client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages