package polymarket

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Client.CommentsSource

Specialized client for comment streams.

Sourcetype t

Comments client handle.

Sourceval connect : sw:Eio.Switch.t -> net:'a Eio.Net.t -> clock:float Eio.Time.clock_ty Eio.Resource.t -> ?gamma_auth:Types.gamma_auth -> unit -> t

Connect to comments stream.

Get the stream of comment messages.

Sourceval gamma_auth : t -> Types.gamma_auth option

Get the gamma authentication used for the connection.

Sourceval close : t -> unit

Close the connection.