Gitea: Golang SDK
Go to file
Stefan Lacatus 11e0aa8cd4 Added read-only attachments to the Releases API (#63)
* Added assets (attachments) to the releases.

- Added three new endpoints to the release api for attachments.
 - List assets: GET /repos/:owner/:repo/releases/:id/assets
 - Get single asset: GET /repos/:owner/:repo/releases/assets/:id
 - Get /repos/:owner/:repo/releases/latest` that gets  the latest published full release for the repository. Draft releases and prereleases are not returned by this endpoint.

Signed-off-by: Petrisor Lacatus <placatus@ptc.com>
2017-08-23 23:38:18 +02:00
.github Comment help text for issues (#68) 2017-08-09 07:26:27 +08:00
gitea Added read-only attachments to the Releases API (#63) 2017-08-23 23:38:18 +02:00
.drone.yml switch gitter to discord for drone. (#62) 2017-06-16 10:46:36 +08:00
.drone.yml.sig switch gitter to discord for drone. (#62) 2017-06-16 10:46:36 +08:00
.editorconfig switch gitter to discord for drone. (#62) 2017-06-16 10:46:36 +08:00
.gitignore Added more common gitignore 2016-11-07 11:26:36 -02:00
.lgtm Added lgtm config 2016-11-07 11:26:36 -02:00
CONTRIBUTING.md Update contributing & maintainers file 2017-01-24 21:35:11 +01:00
DCO Added contribution and maintainer files 2016-11-07 11:26:36 -02:00
LICENSE Updated licenses info 2016-11-07 11:26:36 -02:00
MAINTAINERS Add myself as maintainer 2017-06-12 13:18:48 +02:00
Makefile replac go fmt with gofmt command. 2016-12-31 10:19:06 +01:00
README.md replace gitter chat with discord. (#60) 2017-06-11 09:18:50 +02:00

Gitea SDK for Go

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Coverage Status Go Report Card GoDoc

This project acts as a client SDK implementation written in Go to interact with the Gitea API implementation. For further informations take a look at the current documentation.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.