Gitea: Golang SDK
Go to file
Thomas Boerger 4b7fa472b5 Updated readme with proper badges 2016-11-07 11:26:36 -02:00
.drone.yml Added a basic drone config 2016-11-07 11:26:36 -02: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 Updated readme with proper badges 2016-11-07 11:26:36 -02:00
admin_org.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
admin_repo.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
admin_user.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
gitea.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
issue.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
issue_comment.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
issue_label.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
issue_milestone.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
miscellaneous.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
org.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
org_member.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
org_team.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
pull.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
repo.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
repo_branch.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
repo_collaborator.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
repo_file.go rename gogs to gitea 2015-08-26 21:34:27 +08:00
repo_hook.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
repo_key.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
user.go rename gogs to gitea 2015-08-26 21:34:27 +08:00
user_app.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
user_email.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
user_follow.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
user_key.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
utils.go Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00

README.md

Gitea SDK for Go

Build Status codecov 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.