Packages

An work-in-progress elixir wrapper of the WealthSimple Trade REST API.

Current section

Files

Jump to
ws_trade lib ws_trade.ex
Raw

lib/ws_trade.ex

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