proxmox/proxmox-client
Dominik Csapak 271a55f187 client: remove option from inner RawApiResponse
when using the client for an api call that does not return any data
(it returns '{"data":null}'), we would always get an error 'api returned
no data'. The message is technically correct, but it should not be an
error when we expect no data (e.g. most of our CRUD PUT/POST calls)

instead of having the Option<T> in the RawApiResponse type itself, move
it into to the 'nodata' function intended for api calls where we don't
expect any data.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-08-29 14:14:52 +02:00
..
debian proxmox-client: add post_without_body 2023-08-27 16:19:31 +02:00
src client: remove option from inner RawApiResponse 2023-08-29 14:14:52 +02:00
Cargo.toml bump proxmox-client to 0.2.3-1 2023-08-25 09:03:00 +02:00