Current section

Files

Jump to
smartsheet lib smartsheet.ex
Raw

lib/smartsheet.ex

defmodule Smartsheet do
@moduledoc """
An elixir library to interact with the Smartsheet API.
"""
def client() do
Application.get_env(:smartsheet, :client)
end
end