go-imgur
go-imgur copied to clipboard
Upload Multiple Images
Hello,
I am looking through your package api and see client.UploadImage do you just use the same album string to do this? Some documentation could be helpful
Thanks Guys/Gals/Etc! Awesome job
Thanks for reporting, but I am not sure if I got your question. UploadImage[0] uploads a single image and you have to pass the album ID for that image. Does that answer your question? If you have a suggestion on how to improve the documentation, I am happy to fix that.
[0] https://pkg.go.dev/github.com/koffeinsource/go-imgur#Client.UploadImage
How do i upload multiple images to the same album? At the same time preferably. In imigur you can start a post and add multiple images to it
like this

That should be possible by calling the function multiple times with the same album id. I'll try that later and add a sentence to the documentation. Thanks for clearing that up.