sdk-rust icon indicating copy to clipboard operation
sdk-rust copied to clipboard

How to send/emit cloud events

Open oasisk opened this issue 1 year ago • 2 comments

Javascript sdk supports sending events , how to send events using rust sdk.

https://github.com/cloudevents/sdk-javascript#emitting-events

oasisk avatar Jun 01 '23 04:06 oasisk

Hi @oasisk

The SDK supports sending events. Is your question how to send an event to an HTTP endpoint? Are you looking for a browser-based solution (so with a WebAssembly)? And how should the event be encoded (e.g. JSON)?

Lazzaretti avatar Jun 04 '23 11:06 Lazzaretti

@Lazzaretti ..yes..want to understand how do we send events to http end point?

oasisk avatar Jun 05 '23 03:06 oasisk