Wrapper for Trello.
Find a file
dependabot[bot] af97fb92d0 build(deps-dev): bump junit-jupiter from 5.8.2 to 5.9.1
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 14:21:38 +01:00
.github build(deps): bump release-drafter/release-drafter from 5.13.0 to 5.21.0 2022-10-07 09:08:23 +01:00
src Security Upgrades (#15) 2022-01-24 19:37:01 +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 build(deps-dev): bump junit-jupiter from 5.8.2 to 5.9.1 2022-10-07 14:21:38 +01: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.