Current section
Files
Jump to
Current section
Files
lib/logic_monitor.ex
defmodule LogicMonitor do
@moduledoc """
The LogicMonitor Elixir package provides access to the LogicMonitor REST API
as outlined [here](https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api/),
including handling the LMv1 API Token Authentication described [here](https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api/#API-Token-Authentication).
The sub-modules (Alerts, ApiTokens, etc...) provide access to specific resources, and the Request module is available for
direct access or for unimplemented calls.
"""
end