forked from gitea/go-sdk
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
document some PullReview fields code review Co-authored-by: Norwin Roosen <git@nroo.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: gitea/go-sdk#469 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-Authored-By: Norwin <noerw@noreply.gitea.io> Co-Committed-By: Norwin <noerw@noreply.gitea.io> |
2 years ago | |
---|---|---|
.github | 3 years ago | |
docs | 2 years ago | |
gitea | 2 years ago | |
.changelog.yml | 3 years ago | |
.drone.yml | 2 years ago | |
.editorconfig | 6 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.revive.toml | 3 years ago | |
CHANGELOG.md | 2 years ago | |
CONTRIBUTING.md | 3 years ago | |
DCO | 6 years ago | |
LICENSE | 6 years ago | |
Makefile | 2 years ago | |
README.md | 3 years ago |
README.md
Gitea SDK for Go
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.
Use it
import "code.gitea.io/sdk/gitea"
Version Requirements
- go >= 1.13
- gitea >= 1.11
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
This project is under the MIT License. See the LICENSE file for the full license text.