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.1%
  • Makefile 1.9%
Qaiser Abbasi d7506568fc feat: Support external_tracker_regexp_pattern in ExternalTracker
Signed-off-by: Qaiser Abbasi <q.abbasi1010@gmail.com>
2026年02月15日 00:13:00 +01:00
.forgejo chore: bump versions in integration workflow 2026年02月13日 23:01:09 +01:00
.woodpecker test: bump integration workflow to 8.0.3 2024年10月21日 01:25:24 +02:00
forgejo feat: Support external_tracker_regexp_pattern in ExternalTracker 2026年02月15日 00:13:00 +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 Prevent from having to re-download forgejo every testrun 2025年02月10日 08:18:48 +00:00
.golangci.yml migrate to golangci-lint v2 2026年02月13日 17:03:49 +01:00
CHANGELOG.md Add Changelog for v0.15.1 & url fixes ( #564 ) 2022年01月12日 08:44:20 +08:00
CONTRIBUTING.md Make final corrections before fork is finalized ( #3 ) 2024年05月03日 14:54:54 +00: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 feat: Support external_tracker_regexp_pattern in ExternalTracker 2026年02月15日 00:13:00 +01:00
README.md chore: update readme with new expectations 2026年02月13日 23:16:36 +01:00
renovate.json chore: ensure renovate signs off commits 2025年03月02日 17:54:27 +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/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.