Wrapper for Trello.
Paul Campbell
6c2480c861
* Remove dependency upon camel-api * Override and upgrade jackson-database to 2.13.1 * Overrider and upgrade httpmime to 4.5.13 * github: build against JDK 17 * Version set to 2.0.1 |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
Kemitix Trello
Wrapper for Trello.
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.