Wrapper for Trello.
Find a file
dependabot[bot] ea8db3f9b9 build(deps): bump lombok from 1.18.22 to 1.18.24
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

commit-id:d5b23744
2022-10-07 09:00:58 +01:00
.github Add github dependabot config 2022-10-07 08:48:29 +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): bump lombok from 1.18.22 to 1.18.24 2022-10-07 09:00:58 +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.