Answer the question
In order to leave comments, you need to log in
How to download release list from github?
On request GET /repos/:owner/:repo/releases
You can download a list of releases from the repository. But the problem is that the property is body
returned in markdown
.
Is it possible to somehow load the same list, but for the property body
to be in HTML?
Answer the question
In order to leave comments, you need to log in
Decision
curl -v https://api.github.com/repos/atom/atom/releases -H "Accept: application/vnd.github.v3.html+json"
What for? The original is in MD.
Just convert the downloaded data to what you need:
https://github.com/evilstreak/markdown-js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question