Auto generate api client

This commit is contained in:
Guilherme Werner 2025-12-16 18:44:07 -03:00
parent 79236af76b
commit f75e0275cc
712 changed files with 277698 additions and 885 deletions

13
tests/nodes.http Normal file
View file

@ -0,0 +1,13 @@
// Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT
@url = {{$dotenv PROXMOX_URL}}
@token_id = {{$dotenv PROXMOX_TOKEN_ID}}
@token_secret = {{$dotenv PROXMOX_TOKEN_SECRET}}
###
GET {{url}}/api2/json/nodes
Authorization: PVEAPIToken={{token_id}}={{token_secret}}
###