1
0
Fork 0
Fork of the upstream forgejo-api crate with backported and local fixes.
Find a file
Cyborus 48eee70c88
fix errors/warnings in generated code
remove import of `Write`
remove now unused output string in display impls
access query fields by reference
remove `r#` in vars accessed in format strings
replace char literals in write macros with strings
2024-01-24 16:31:34 -05:00
.woodpecker install rustfmt in ci 2023-12-12 11:28:55 -05:00
generator fix errors/warnings in generated code 2024-01-24 16:31:34 -05:00
src special-case ssh_url to not be a url::Url 2024-01-21 16:03:44 -05:00
tests replace hook type with gitea 2024-01-21 17:07:11 -05:00
.gitignore initial commit 2023-07-11 12:43:19 -04:00
Cargo.lock add method generation 2024-01-16 00:09:22 -05:00
Cargo.toml add openapi parsing 2024-01-10 22:09:06 -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 rename userGetOauth2Application to userGetOAuth2Applications 2024-01-18 13:41:48 -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.