support /repos/{owner}/{repo}/issues
This commit is contained in:
parent
77e8b032a6
commit
c4b014294b
5 changed files with 168 additions and 1 deletions
|
|
@ -8,9 +8,11 @@ pub struct Forgejo {
|
|||
client: Client,
|
||||
}
|
||||
|
||||
mod issue;
|
||||
mod repository;
|
||||
mod user;
|
||||
|
||||
pub use issue::*;
|
||||
pub use repository::*;
|
||||
pub use user::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue