Git Product home page Git Product logo

taiga-importer-api-client's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.