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.
as title Reviewed-on: gitea/go-sdk#498 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de> |
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.