mirror of https://gitea.com/gitea/go-sdk
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.gitea/workflows | 3 weeks ago | |
.github | 4 years ago | |
docs | 1 year ago | |
gitea | 1 month ago | |
.changelog.yml | 2 years 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 | 7 years ago | |
LICENSE | 7 years ago | |
Makefile | 3 months 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.