// Copyright 2026 infinitete. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//! Organization API endpoints for managing Gitea organizations, teams, and members.
use crateClient;
/// API methods for organizations. Access via [`Client::orgs()`](crate::Client::orgs).
pub