Packages

An Elixir client for the Polymarket API.

Current section

Files

Jump to
ex_polymarket lib polymarket.ex
Raw

lib/polymarket.ex

defmodule Polymarket do
@moduledoc """
Documentation for `Polymarket`.
"""
@doc """
Hello world.
## Examples
iex> Polymarket.hello()
:world
"""
@spec hello() :: :world
def hello do
:world
end
end