octocrab::instance() .repos("owner", "repo") .get_content() .path("path/to/file") .r#ref("main") .send() .await?; Then parse it, make it possible to filter for it