// 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.
//! Admin API endpoints for Gitea instance administration tasks.
use crateClient;
/// API methods for admin tasks. Access via [`Client::admin()`](crate::Client::admin).
pub