Class: ProxmoxAPI::ApiClient
- Inherits:
-
Object
- Object
- ProxmoxAPI::ApiClient
- Defined in:
- sig/external/proxmox_api.rbs
Instance Method Summary collapse
- #[] ⇒ Object
- #delete ⇒ Object
- #get ⇒ Object
-
#initialize ⇒ ApiClient
constructor
A new instance of ApiClient.
- #post ⇒ Object
- #put ⇒ Object
Constructor Details
#initialize ⇒ ApiClient
3 |
# File 'sig/external/proxmox_api.rbs', line 3 def initialize: (String uri, ?Hash[Symbol, untyped] ) -> void |
Instance Method Details
#[] ⇒ Object
4 |
# File 'sig/external/proxmox_api.rbs', line 4 def []: (String path) -> untyped |
#delete ⇒ Object
8 |
# File 'sig/external/proxmox_api.rbs', line 8 def delete: (?Hash[Symbol, untyped] params) -> untyped |
#get ⇒ Object
5 |
# File 'sig/external/proxmox_api.rbs', line 5 def get: (?params: Hash[Symbol, untyped]) -> untyped |
#post ⇒ Object
6 |
# File 'sig/external/proxmox_api.rbs', line 6 def post: (?Hash[Symbol, untyped] params) -> untyped |
#put ⇒ Object
7 |
# File 'sig/external/proxmox_api.rbs', line 7 def put: (?Hash[Symbol, untyped] params) -> untyped |