1
0
Fork
You've already forked forgejo-sdk
0
An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
  • Go 98.2%
  • Makefile 1.8%
Forgejo SDK Renovate Bot 371925aec5 fix(deps): update module github.com/go-openapi/strfmt to v0.26.0
Signed-off-by: Forgejo SDK Renovate Bot <renovate@noreply.codeberg.org>
2026年03月11日 16:48:34 +01:00
.forgejo chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.62.0 2026年03月11日 13:23:57 +00:00
docs/adr docs: add architecture decision records 2026年03月04日 16:10:21 +01:00
forgejo fix(deps): update module github.com/go-openapi/strfmt to v0.26.0 2026年03月11日 16:48:34 +01:00
.changelog.yml Make final corrections before fork is finalized ( #3 ) 2024年05月03日 14:54:54 +00:00
.editorconfig switch gitter to discord for drone. ( #62 ) 2017年06月16日 10:46:36 +08:00
.gitattributes prevent merge conflicts | gitattributes eol=lf ( #200 ) 2019年12月30日 20:16:29 +00:00
.gitignore chore: add swagger build config 2026年03月04日 16:43:15 +01:00
.golangci.yml migrate to golangci-lint v2 2026年02月13日 17:03:49 +01:00
.stamp.yaml docs: add architecture decision records 2026年03月04日 16:10:21 +01:00
CHANGELOG.md Update CHANGELOG.md 2026年03月05日 15:46:28 +01:00
CONTRIBUTING.md chore: bump date in copyright template 2026年03月05日 15:42:58 +01:00
DCO Added contribution and maintainer files 2016年11月07日 11:26:36 -02:00
LICENSE feat: fork Gitea SDK ( #1 ) 2024年05月03日 16:35:08 +02:00
Makefile Update Makefile 2026年03月05日 15:49:16 +01:00
README.md chore: update versions to match new release v3.0.0 2026年03月05日 15:42:58 +01:00
renovate.json Rebuild renovate.json config 2026年03月05日 13:38:06 +01:00

Forgejo SDK for Go

License: MIT release-badge status-badge

stars-badge issues-badge prs-badge Go Report Card GoDoc

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/v3"

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.

Contributing

Fork -> Patch -> Push -> Pull Request

License

This project is under the MIT License. See the LICENSE file for the full license text.