pub fn get_organization(
client: &TestMyCodeClient,
organization_slug: &str,
) -> Result<Organization, TestMyCodeClientError>Expand description
get /api/v8/org/{organization_slug}.json Returns a json representation of the organization
pub fn get_organization(
client: &TestMyCodeClient,
organization_slug: &str,
) -> Result<Organization, TestMyCodeClientError>get /api/v8/org/{organization_slug}.json Returns a json representation of the organization