An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
ae325d4bec
Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com> |
||
---|---|---|
.forgejo/workflows | ||
.github | ||
forgejo | ||
.changelog.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.revive.toml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
DCO | ||
LICENSE | ||
Makefile | ||
README.md |
Forgejo SDK for Go
This project acts as a client SDK implementation written in Go to interact with the Forgejo API implementation. For further informations take a look at the current documentation.
Note: function arguments are escaped by the SDK.
Use it
import "codeberg.org/mvdkleijn/forgejo-sdk/forgejo"
Version Requirements
- go >= 1.21
- forgejo >= 1.11
Contributing
Fork -> Patch -> Push -> Pull Request
License
This project is under the MIT License. See the LICENSE file for the full license text.