Add Golang API client library

This commit is contained in:
Caesar Schinas 2024-07-01 00:46:17 +01:00
parent 173d67d4a2
commit c5c571d4d0

View file

@ -26,7 +26,7 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an
- [Bots](#bots)
- [Scripts](#scripts)
- [Package deployment](#package-deployment)
- [API clients](#api-clients)
- [API client libraries](#api-client-libraries)
- [References](#references)
- [Maintainers](#maintainers)
- [Contributors](#contributors)
@ -157,9 +157,10 @@ Learn about Forgejo actions in the [![][forgejo] Actions admin guide](https://fo
### Package deployment
- [lein-forgejo-wagon](https://codeberg.org/rome-user/lein-forgejo-wagon) - Leiningen plugin for deployment and downloading of JARs in Maven repositories hosted on Forgejo packages.
### API clients
### API client libraries
- [Cyborus/forgejo-api](https://codeberg.org/Cyborus/forgejo-api) - Rust crate to interact with the Forgejo API (`Rust - Apache or MIT`)
- [harabat/pyforgejo](https://codeberg.org/harabat/pyforgejo) - A client library for accessing the Forgejo API (`Python - MIT`)
- [harabat/pyforgejo](https://codeberg.org/harabat/pyforgejo) - Python client library to interact with the Forgejo API (`Python - MIT`)
- [mvdkleijn/forgejo-sdk](https://codeberg.org/mvdkleijn/forgejo-sdk) - Go client library to interact with the Forgejo API (fork of [gitea/go-sdk](https://gitea.com/gitea/go-sdk)) (`Go - MIT`)
## References
Noteworthy news, articles and information about Forgejo.