View Source CMS

Package Documentation CI

For fetching data from any headless CMS with an ETS cache for lightning fast response times.

installation

Installation

If available in Hex, the package can be installed by adding cms to your list of dependencies in mix.exs:

def deps do
  [
    {:cms, "~> 0.7"}
  ]
end

usage

Usage

TODO

telemetry

Telemetry

The following telemetry is emitted:

  • [:cms, :update, :start], [:cms, :update, :stop], and [:cms, :update, :exception] - Span events for CMS updates.