Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Simplify ack-serializer

Open hmpf opened this issue 9 months ago • 0 comments

The serializer is now of the form:

{'event': {'timestamp': foo, 'description': 'bar'}, 
 'expiration': xux}

and allows sending in event-type. Make a simpler serializer:

{'timestamp': foo, 'description': 'bar', 'expiration': xux}

Originally posted by @hmpf in #295

hmpf avatar May 12 '25 07:05 hmpf