2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-21 11:53:16 +00:00
Files
pykmip/kmip
Peter Hamilton f8115da088 Update the KMIPProxy client to support batch processing
This change updates the KMIPProxy client to officially support
batch processing. Passing 'batch=True' to any operation method
will queue up the operation request. The entire queue will be
sent when 'batch=False' is passed to an operation method. Instead
of the single operation result, a list containing all operation
results will be returned.

Partially addresses #403
2018-03-25 12:25:10 -04:00
..
2018-03-03 09:34:43 -05:00