Class: ProxmoxAPI::ApiClient

Inherits:
Object
  • Object
show all
Defined in:
sig/external/proxmox_api.rbs

Instance Method Summary collapse

Constructor Details

#initializeApiClient



3
# File 'sig/external/proxmox_api.rbs', line 3

def initialize: (String uri, ?Hash[Symbol, untyped] options) -> void

Instance Method Details

#[]Object



4
# File 'sig/external/proxmox_api.rbs', line 4

def []: (String path) -> untyped

#deleteObject



8
# File 'sig/external/proxmox_api.rbs', line 8

def delete: (?Hash[Symbol, untyped] params) -> untyped

#getObject



5
# File 'sig/external/proxmox_api.rbs', line 5

def get: (?params: Hash[Symbol, untyped]) -> untyped

#postObject



6
# File 'sig/external/proxmox_api.rbs', line 6

def post: (?Hash[Symbol, untyped] params) -> untyped

#putObject



7
# File 'sig/external/proxmox_api.rbs', line 7

def put: (?Hash[Symbol, untyped] params) -> untyped