mirror of
https://codeberg.org/mvdkleijn/forgejo-sdk.git
synced 2026-02-18 01:00:03 +01:00
An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
- Go 98.2%
- Makefile 1.8%
|
|
||
|---|---|---|
| .forgejo | ||
| .woodpecker | ||
| forgejo | ||
| .changelog.yml | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| DCO | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| renovate.json | ||
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/v2"
Version Requirements
- go >= 1.25
- forgejo >= 11.0.10
Please note: that the SDK might or might not work with lower versions of Forgejo depending on what part of the SDK you use, but it was tested against this one. Starting with release v2 of the SDK, Forgejo versions below 7.x.x will not be supported.
Contributing
Fork -> Patch -> Push -> Pull Request
License
This project is under the MIT License. See the LICENSE file for the full license text.