]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/history - lib/src/client.dart
add socketexception to retry reasons
[flutter/proxmox_dart_api_client.git] / lib / src / client.dart
2020-09-15 Tim Marxadd socketexception to retry reasons
2020-08-19 Tim Marxadd mailto parameter to vzdump api call
2020-07-29 Tim Marxremove shared preferences dependency & add ssl validati...
2020-07-02 Tim Marxcleanup: remove unnecessery this
2020-07-02 Tim Marxcleanup: convert all strings to single quoted
2020-06-26 Tim Marxclient remove empty paramters
2020-06-19 Tim Marxadd nodesVZDumpCreateBackup api call
2020-06-17 Tim Marxadd getNodesVZDumpExtractConfig api call
2020-06-17 Tim Marxadd deleteNodeStorageContent api call
2020-05-22 Tim Marxadd lxc pending config to apiclient
2020-05-22 Tim Marxadd qemu pending config to apiclient
2020-05-22 Tim Marxadd default path check to get helper
2020-05-22 Tim Marxadd put request wrapper
2020-05-18 Tim Marxqemu/lxc config: add parsing for enumerated json fields...
2020-04-27 Tim Marxadd tfa challenge to client
2020-04-27 Tim Marxadd access api calls (domain, group, user, role)
2020-04-14 Tim Marxwhitespace and format cleanup
2020-04-14 Tim Marxadd getNodeDisksList api call
2020-04-14 Tim Marxadd getNodeAptUpdate api call
2020-04-14 Tim Marxadd getNodeServices api call
2020-04-14 Tim Marxadd getNodeRRDdata api call
2020-04-14 Tim Marxadd getNodeStatus api call
2020-04-14 Tim Marxadd lxcMigrate api call
2020-04-14 Tim Marxadd getLxcStatusCurrent api call
2020-04-14 Tim Marxadd getLxcConfig api call
2020-04-14 Tim Marxadd qemuMigrate api call
2020-04-14 Tim Marxadd qemu migrate precondition api call
2020-04-14 Tim Marxadd pve task log api calls
2020-04-14 Tim Marxfix annotations for enum classes
2020-04-14 Tim Marxrework getQemuConfig api call
2020-04-14 Tim Marxremove getClusterTask json coversion
2020-04-14 Tim Marxfix query parameter type
2020-04-14 Tim Marxadd _postWithValidation conviniece wrapper
2020-04-14 Tim Marxadd retry logic to get request
2020-03-11 Tim Marxmove all model exports to pve_model
2020-03-11 Tim Marxadd qemu status api call with models
2020-03-11 Tim Marxadd qemu rrd api call
2020-02-14 Dominik Csapakadd generic get and post requests
2020-01-03 Tim Marxmove api class to api client package
2020-01-03 Tim Marxrename client to ProxmoxApiClient
2019-09-23 Tim Marxadd optional response validation
2019-09-10 Tim Marximport dart:html before dart:io
2019-08-29 Tim Marxchange auth from cookie to authorization header
2019-08-12 Tim Marxadd support for web
2019-08-08 Tim Marxrename package
2019-08-08 Tim Marxadd initial auth support
2019-08-08 Tim Marxinitial commit