Current section
Files
Jump to
Current section
Files
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