An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
Find a file
Matthias Loibl 156c90f41d Merge pull request #12 from lunny/go_lint_fix
WIP: fix most of all the lint errors
2016-11-10 11:00:57 +01:00
gitea Merge pull request #12 from lunny/go_lint_fix 2016-11-10 11:00:57 +01:00
.drone.yml Dropped coverage server for now 2016-11-07 14:34:02 +01:00
.drone.yml.sig Signed drone config 2016-11-07 14:34:24 +01: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 Added contribution and maintainer files 2016-11-07 11:26:36 -02:00
CONTRIBUTORS Added contribution and maintainer files 2016-11-07 11:26:36 -02: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 Added contribution and maintainer files 2016-11-07 11:26:36 -02:00
Makefile Added a simple makefile 2016-11-07 11:26:36 -02:00
README.md Fixed godoc link 2016-11-07 15:57:17 +01:00

Gitea SDK for Go

Build Status Coverage Status Go Report Card GoDoc Join the chat at https://gitter.im/go-gitea/gitea

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.

License

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