Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaleidos-ventures/taiga-importer-api-client

Taiga Importer API Client
https://github.com/kaleidos-ventures/taiga-importer-api-client

Last synced: about 1 month ago
JSON representation

Taiga Importer API Client

Awesome Lists containing this project

README

        

# Taiga Importer API Client

[ ![Download](https://api.bintray.com/packages/kaleidos/maven/taiga-importer-api-client/images/download.svg) ](https://bintray.com/kaleidos/maven/taiga-importer-api-client/_latestVersion)

This is a library for the [Taiga](http://taiga.io) 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](https://bintray.com/kaleidos/maven/taiga-importer-api-client/view)

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

```groovy
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:

```xml

kaleidos-bintray
Kaleidos bintray
http://dl.bintray.com/kaleidos/maven

net.kaleidos
taiga-importer-api-client
1.4.0
pom

```

Please note that although the client library is developed with Groovy, you can use it from Java. Please check this [example project](https://github.com/taigaio/taiga-java-importer-example).

## Documentation

A more detailed documentation of how to use the API client is available [here](http://taigaio.github.io/taiga-importer-api-client/)

## Release notes

Please check the release notes in the [documentation](http://taigaio.github.io/taiga-importer-api-client/#_release_notes)

## License

The project is distributed under the GNU Public License version 3. See [LICENSE](https://github.com/taigaio/taiga-importer-api-client/blob/master/LICENSE) for more info.