An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
c686623cee
- bump Forgejo version to test against to 7.0.4 - ci: Increase the number of milestones to be checked in the test from 2 to 3 - ci: improve test stability by increasing sleep by 100ms - ci: update avatar url in user test and test more user emails Reviewed-on: https://codeberg.org/mvdkleijn/forgejo-sdk/pulls/12 Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com> Co-committed-by: Martijn van der Kleijn <martijn.niji@gmail.com> |
||
---|---|---|
.forgejo | ||
.woodpecker | ||
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.22
- 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.