Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

kaleidos-ventures/taiga-importer-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiga Importer API Client

Download

This is a library for the Taiga Importer API. You can use it to migrate your projects from existing tools like Redmine to Taiga.

The library is written in Groovy and it's published to Kaleidos' Bintray

If you want to use you only have to include the following Gradle dependency:

repositories {
    maven {
        url 'http://dl.bintray.com/kaleidos/maven'
    }
}

dependencies {
    compile 'net.kaleidos:taiga-importer-api-client:1.4.0'
}

Or if you are using Maven:

<repository>
    <id>kaleidos-bintray</id>
    <name>Kaleidos bintray</name>
    <url>http://dl.bintray.com/kaleidos/maven</url>
</repository>

<dependency>
    <groupId>net.kaleidos</groupId>
    <artifactId>taiga-importer-api-client</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>

Please note that although the client library is developed with Groovy, you can use it from Java. Please check this example project.

Documentation

A more detailed documentation of how to use the API client is available here

Release notes

Please check the release notes in the documentation

License

The project is distributed under the GNU Public License version 3. See LICENSE for more info.