pub async fn user_current_list_starred(
configuration: &Configuration,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<UserCurrentListStarredError>>
pub async fn user_current_list_starred(
configuration: &Configuration,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<UserCurrentListStarredError>>