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 <earl-warren@noreply.codeberg.org>
Co-authored-by: harabat <harabat@noreply.codeberg.org>
Co-committed-by: harabat <harabat@noreply.codeberg.org>
This commit is contained in:
harabat 2024-02-22 14:37:05 +00:00 committed by Earl Warren
parent fc6e5d208d
commit 95c2a5e546

View file

@ -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.