Packages
An Elixir library for searching and fetching controlled vocabulary authority terms
Current section
Files
Jump to
Current section
Files
lib/authoritex/loc/subject_headings.ex
defmodule Authoritex.LOC.SubjectHeadings do
@desc "Library of Congress Subject Headings"
@moduledoc "Authoritex implementation for #{@desc}"
use Authoritex.LOC.Base,
subauthority: "authorities/subjects",
code: "lcsh",
description: @desc
end