adlio / trello

Trello API wrapper for Go
MIT License
219 stars 71 forks source link

feat: AddFileAttachment support #90

Closed temamagic closed 2 years ago

temamagic commented 3 years ago

Hi there! Didn't found method for upload attachment not via url, so here it is :)

konsalex commented 2 years ago

Any plans on merging this? I see the repo is pretty inactive, but this feature would be amazing to be included 🚀 I will patch this anyway with the code from @temamagic 🦾

temamagic commented 2 years ago

@konsalex thx

if you need use this method right now, you can use replace in go.mod like this:

replace(
    github.com/adlio/trello v1.9.0 => github.com/temamagic/trello v1.9.5
)
konsalex commented 2 years ago

Thanks @temamagic

adlio commented 2 years ago

Apologies for the delay... been busy with other work, but I'm making my way through PR's this weekend.