]> git.proxmox.com Git - proxmox.git/history - proxmox-client
Merge branch 'proxmox-acme'
[proxmox.git] / proxmox-client /
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-10-16 Wolfgang Bumillerbump proxmox-client to 0.3.0-1
2023-09-27 Dominik Csapakclient: fix optional data for errors
2023-08-29 Dominik Csapakclient: remove option from inner RawApiResponse
2023-08-27 Dietmar Maurerproxmox-client: add post_without_body
2023-08-25 Wolfgang Bumillerbump proxmox-client to 0.2.3-1
2023-08-25 Wolfgang Bumillerclient: fixup checks for api calls not returning data
2023-08-25 Wolfgang Bumillerclient: set content type header on requests
2023-08-25 Wolfgang Bumillerbump proxmox-client to 0.2.2-1
2023-08-25 Wolfgang Bumillerclient: fix content type parsing with included charset
2023-08-22 Max Carraraclient/login: clippy fixes
2023-08-16 Wolfgang Bumillerbump proxmox-client to 0.2.1-1
2023-08-10 Wolfgang Bumillerclient: convenience helper to get a serialized ticket
2023-08-10 Wolfgang Bumillerclient: expose AuthenticationKind
2023-08-10 Wolfgang Bumillerclient: add Client::set_authentication method
2023-08-10 Wolfgang Bumillerbump proxmox-client to 0.2.0-1
2023-08-10 Wolfgang Bumillerclient: add TlsOptions::parse_fingerprint
2023-08-09 Wolfgang Bumillerclient: impl HttpApiClient for refs, Arcs and Rcs
2023-08-09 Wolfgang Bumillerclient: put requests
2023-08-09 Wolfgang Bumillerclient: handle response data
2023-08-09 Wolfgang Bumillerclient: turn Client inside out
2023-08-09 Wolfgang Bumillerclient: drop environment and login methods
2023-08-09 Wolfgang Bumillerclient: replace Error trait with a type
2023-08-09 Wolfgang Bumillerclient: prepare to get rid of Error trait
2023-08-07 Wolfgang Bumillerclient: drop Send for non-wasm as well on response...
2023-08-07 Wolfgang Bumillerclient: rename response future to ResponseFuture
2023-08-07 Wolfgang Bumillerclient: drop retry logic
2023-08-05 Dietmar Maurerproxmox-client: do not require Send for wasm32 target
2023-08-03 Wolfgang Bumillerclient: getters for the inner client
2023-08-01 Wolfgang Bumillerimport proxmox-client crate