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

https://github.com/exon-it/redmine-scala-client

Redmine REST API Client for Scala
https://github.com/exon-it/redmine-scala-client

redmine redmine-client rest-api scala

Last synced: 3 months ago
JSON representation

Redmine REST API Client for Scala

Awesome Lists containing this project

README

          

# Redmine REST API Client for Scala

* Core and client modules are built for Scala 2.11 and 2.12.
* Play-WS module is built for Play Framework 2.5/Scala 2.11.
* Play-WS-Standalone module is built for Scala 2.11 and 2.12.
* Uses typelevel:cats to provide monadic DSL for web request/response.
* Uses SLF4J API for logging.
* Based on [TaskAdapter Redmine Java API](https://github.com/taskadapter/redmine-java-api)