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.
continuous-integration/drone/push Build is passing
Details
Co-authored-by: Dmitry Afanasiev <afanasiev.dmitry@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Reviewed-on: #611 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Dmitry Afanasiev <dafanasiev@noreply.gitea.io> Co-committed-by: Dmitry Afanasiev <dafanasiev@noreply.gitea.io> |
3 weeks ago | |
---|---|---|
.github | 3 years ago | |
docs | 10 months ago | |
gitea | 3 weeks ago | |
.changelog.yml | 2 years ago | |
.drone.yml | 4 weeks ago | |
.editorconfig | 6 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 2 years ago | |
.revive.toml | 3 years ago | |
CHANGELOG.md | 1 year ago | |
CONTRIBUTING.md | 3 years ago | |
DCO | 6 years ago | |
LICENSE | 6 years ago | |
Makefile | 4 weeks ago | |
README.md | 2 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.
Note: function arguments are escaped by the SDK.
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.