pub async fn list_forks(
configuration: &Configuration,
owner: &str,
repo: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<ListForksError>>
pub async fn list_forks(
configuration: &Configuration,
owner: &str,
repo: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<ListForksError>>