diff --git a/README.md b/README.md index f267dd8..4eaf1ea 100644 --- a/README.md +++ b/README.md @@ -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.