Packages
An Elixir library for searching and fetching controlled vocabulary authority terms
Current section
Files
Jump to
Current section
Files
lib/authoritex/loc/genre_forms.ex
defmodule Authoritex.LOC.GenreForms do
@desc "Library of Congress Genre/Form Terms"
@moduledoc "Authoritex implementation for #{@desc}"
use Authoritex.LOC.Base,
subauthority: "authorities/genreForms",
code: "lcgft",
description: @desc
end