pub fn gh_timeline_args(
resource: &GithubResource,
resolved_repository: &str,
) -> Result<Vec<String>, GithubReadError>Expand description
Build the paginated timeline request with the owner/repository resolved by the initial resource lookup, expanding shorthand resource names first.