From 95c2a5e546a8511359b944bcec065c6dfcd26243 Mon Sep 17 00:00:00 2001 From: harabat Date: Thu, 22 Feb 2024 14:37:05 +0000 Subject: [PATCH] add api clients section (#63) Adding 2 API clients, for Rust and Python Reviewed-on: https://codeberg.org/forgejo-contrib/delightful-forgejo/pulls/63 Reviewed-by: Earl Warren Co-authored-by: harabat Co-committed-by: harabat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3aef426..c2adf14 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,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 +- [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`) + ## References Noteworthy news, articles and information about Forgejo.