Current section
Files
Jump to
Current section
Files
lib/absinthe_rate_limiting.ex
defmodule AbsintheRateLimiting do
@external_resource Path.expand("./README.md")
@moduledoc File.read!(Path.expand("./README.md"))
|> String.split("<!-- README START -->")
|> Enum.at(1)
|> String.split("<!-- README END -->")
|> List.first()
end