go-gitea/gitea

Release API

thibaultmeyer opened this issue ยท 4 comments

Add ability from the API to retrieve, at least, created releases. If methods like create / edit / delete are implemented too, it would be nice.

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 ๐Ÿ™‚

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.

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

#510 ๐Ÿ˜ƒ