Release API
thibaultmeyer opened this issue ยท 4 comments
thibaultmeyer commented
Add ability from the API to retrieve, at least, created releases. If methods like create / edit / delete are implemented too, it would be nice.
bkcsoft commented
I was about to add this, but it felt unnecessary as Gitea doesn't really have anything useful in there... Once Gitea has support for attachments it might be more interesting. Until then you can just fetch Tags ๐
thibaultmeyer commented
Ok.
Actually, we want to use it to avoid to duplicate changelog information. Our webapps will implement Gitea API to retrieve Release content and display it.
bkcsoft commented
Fair enough, I'll have a look at it since other things I work on needs it as well
https://developer.github.com/v3/repos/releases/#get-a-single-release
ethantkoenig commented
#510 ๐