Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachment download from issues #451

Closed
c36x opened this issue Aug 25, 2018 · 0 comments
Closed

Attachment download from issues #451

c36x opened this issue Aug 25, 2018 · 0 comments

Comments

@c36x
Copy link

c36x commented Aug 25, 2018

I want to download attachments added to Github issue.
Usually an attachment is added to in Issue into the body of the comment.

My problem is the GHIssueComment has a body as a String. So i can not get the attachments.

I could see that the GHRepository has a method getBlob(String blobSha)
But I do not know that this is what i need, also i do not know the blobSha.

How could I get the attachments uploaded to issues?

@c36x c36x closed this as completed Aug 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant