Replies: 1 comment
-
Great library. Shame about the support. 😔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm writing an extension for Visual Studio to allow devs to admin issues/milestones/labels without leaving the IDE. I'm looking for a way to upload dragged and dropped images onto my app against Issue and Comment entries. An bit of an inception example:
The image is of my app displaying an Issue post created directly in github with an image dragged onto it. When the image was dragged onto the web page, it produced the following text:
Which implies it was uploaded into the
user-attachments
area and then referenced.Is there a way to upload to this area via octokit.net? I also notice if I upload a file it seems to go to a different area:
I'm assuming any endpoint would return a url?
Any help appreciated!
PS. This has been an absolute pleasure to develop with. Well done to the team who made this. 🙂👍
Beta Was this translation helpful? Give feedback.
All reactions