Packages

Bybit API Client for Elixir

Current section

Files

Jump to
ex_bybit lib ex_bybit.ex
Raw

lib/ex_bybit.ex

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