Add Golang API client library #80

Merged
caesar merged 1 commit from refs/pull/80/head into main 2024-07-01 23:50:14 +00:00

View file

@ -23,7 +23,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)
@ -148,9 +148,10 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for
### 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.