//! Simple API
//! This API is not type checked and doesn't validate anything you provide.
//!
//! To use:
//!
//! - Add [`SimpleApi`] to use statement
//! - The [`SimpleApi`] functions will be accessible from any [`crate::Pve`]
// SPDX-License-Identifier: MIT
// Copyright (c) 2026 Luke Harding <luke@lukeh990.io>
pub use RequestBuilder;
/// You almost certainly don't want to implement this. Do so at your own risk.
/// Check [`crate::Pve`] for docs.