defmodule Polymarket do @moduledoc """ Elixir client for the Polymarket APIs. See `Polymarket.Gamma` (Gamma REST), `Polymarket.Clob` (CLOB REST), `Polymarket.Geoblock`, and `Polymarket.WebSocket` (the CLOB market feed). """ end