Gitea: Golang SDK
Go to file
Thomas Boerger 6ae0de687e Added more common gitignore 2016-11-07 11:26:36 -02:00
.gitignore Added more common gitignore 2016-11-07 11:26:36 -02:00
LICENSE rename gogs to gitea 2015-08-26 21:34:27 +08:00
README.md rename gogs to gitea 2015-08-26 21:34:27 +08: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

This package is still in experiment, see Wiki for documentation.

License

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