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 99%
  • Makefile 1%
Martijn van der Kleijn e3c0672854 chore: ensure renovate signs off commits
Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
2025年03月02日 17:54:27 +01:00
.forgejo do not run integration workflow on push to main 2025年02月15日 20:57:22 +01:00
.woodpecker test: bump integration workflow to 8.0.3 2024年10月21日 01:25:24 +02:00
forgejo fix(deps): update module golang.org/x/crypto to v0.35.0 2025年02月28日 01:23:50 +00: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 ci(lint): up the linter and fix resulting issues 2025年02月14日 00:20:16 +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 ci(lint): up the linter and fix resulting issues 2025年02月14日 00:20:16 +01:00
README.md Correct readme for v2 2025年02月13日 21:28:34 +00: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.22
  • forgejo >= 9.0.3

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.