[][src]Function harmony_rust_sdk::client::api::chat::stream_events

pub async fn stream_events(
    client: &Client,
    request: impl Stream<Item = EventSource> + Send + Sync + 'static
) -> ClientResult<Streaming<Event>>

Stream events from the server.

This endpoint requires authentication.