Wrapper for Trello.
Find a file
Paul Campbell 7d3af91b8c
Remove beans - v2.0.0 (#14)
* remove beans.xml

* remove java ee dependency and javax annotations

* Bump dependencies

* Version set to 2.0.0

This is a breaking change to any library that depended upon the Java EE
annotation to instantiate these classes. They will now need to instantiate
them themselves.
2022-01-23 14:40:13 +00:00
.github Update draft-release.yml (#8) 2020-12-29 11:24:32 +00:00
src Remove beans - v2.0.0 (#14) 2022-01-23 14:40:13 +00:00
.gitignore Initial import 2020-12-04 15:34:19 +00:00
LICENSE Initial commit 2020-12-04 15:25:04 +00:00
pom.xml Remove beans - v2.0.0 (#14) 2022-01-23 14:40:13 +00:00
README.md Attachment: add support for authenticated downloads of attachments (#12) 2021-08-12 23:04:46 +01:00

Kemitix Trello

Wrapper for Trello.

GitHub release (latest by date) GitHub Release Date

Nexus Maven-Central

This wraps the com.taskadapter:trello-java-wrapper library.

It is intended for use on my slushy and fuller projects. It was originally developed as part of slushy and was extracted when preparing to start on fuller which would need some of the same functionality.

Requires JDK 11+

Downloading Attachments

From 1.1.0 of kemitix-trello support is included for downloading attachments using the now required authorised methods. In order to do so the API key and token are needed to download the attachment. These are provided either when creating the new TrelloAttachment constructor, or by calling the method withApiKeyPair(...), which will return a new instance.