githuber 0.4.3

A modern ergonomic GitHub REST API Rust binding.
Documentation
1
2
3
4
5
6
7
use super::*;
use crate::test_util::*;

#[tokio::test]
async fn list_organization_repositories_should_work() {
	api_client().unwrap().get(list_organization_repositories("hack-ink")).await.unwrap();
}