Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaleidos-ventures/taiga-importer-api-client
- Owner: kaleidos-ventures
- License: gpl-3.0
- Archived: true
- Created: 2014-10-02T14:12:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T15:48:44.000Z (over 9 years ago)
- Last Synced: 2024-05-06T15:12:00.198Z (7 months ago)
- Language: Groovy
- Homepage: http://taigaio.github.io/taiga-importer-api-client/
- Size: 940 KB
- Stars: 22
- Watchers: 12
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kaleidos-ventures/taiga-importer-api-client - Taiga Importer API Client (others)
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/mavennet.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.