package polymarket

  1. Overview
  2. Docs
OCaml client library for the Polymarket prediction market API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=4eb4c5d2f63ff081c9713d90be5a51b2
sha512=0e3de0c9b40683e09ab8f9f966a44784ef1b9b482c3eefef84104a7e8042c92f1d79893ee9588b24fa3d0decaed7f365509f4d1c23c66ce8328efb64e721f276

doc/polymarket.gamma/Polymarket_gamma/Client/Slug_size/index.html

Module Client.Slug_sizeSource

Slug size for URL slugs

Sourcetype t =
  1. | Sm
    (*

    Small slug

    *)
  2. | Md
    (*

    Medium slug

    *)
  3. | Lg
    (*

    Large slug

    *)
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval of_string_opt : string -> t option
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool