Rust crate to interact with the Forgejo API
Find a file
2026-02-21 22:10:00 +01:00
.woodpecker chore: add format-swagger tool and normalize swagger.v1.json 2026-01-11 14:03:55 -05:00
format-swagger chore: fmt 2026-01-13 13:26:56 -05:00
generator fix: url encode path values 2026-02-21 12:48:38 -05:00
src fix: deserialize CommitUser.date as timestamp 2026-02-21 14:02:22 -05:00
tests test: url encoding labels 2026-02-21 13:47:00 -05:00
.gitignore add /test_repos to gitignore 2024-05-27 13:11:03 -04:00
Cargo.lock chore: bump version to 0.9.2 2026-02-21 16:07:44 -05:00
Cargo.toml chore: bump version to 0.9.2 2026-02-21 16:07:44 -05:00
LICENSE-APACHE add licensing 2023-11-17 17:51:52 -05:00
LICENSE-MIT add licensing 2023-11-17 17:51:52 -05:00
README.md remove unnecessary "the" 2024-01-09 12:53:11 -05:00
swagger.v1.json fix: deserialize CommitUser.date as timestamp 2026-02-21 14:02:22 -05:00

forgejo-api

Rust interface to Forgejo's Web API.

Licensing

This project is licensed under either Apache License Version 2.0 or MIT License at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.