We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2b0e1 commit 251774aCopy full SHA for 251774a
crates/jz-module/src/repo/list.rs
@@ -10,6 +10,7 @@ pub struct RepositoryListParam {
10
pub r#type: String,
11
pub limit: Option<i64>,
12
pub offset: Option<i64>,
13
+ pub category: Option<String>,
14
}
15
#[derive(Deserialize,Serialize)]
16
pub struct RepositoryListResult {
0 commit comments