|
|
@ -38,6 +38,7 @@ defmodule DecentralisedBookIndex.Metadata do
|
|
|
|
|
|
|
|
|
|
|
|
define :list_authors, action: :read
|
|
|
|
define :list_authors, action: :read
|
|
|
|
define :get_author_by_id, args: [:id], action: :by_id
|
|
|
|
define :get_author_by_id, args: [:id], action: :by_id
|
|
|
|
|
|
|
|
define :get_author_ids, args: [:author], action: :get_author_ids
|
|
|
|
define :get_author_alternative_names, args: [:author], action: :get_alternative_names
|
|
|
|
define :get_author_alternative_names, args: [:author], action: :get_alternative_names
|
|
|
|
define :search_author, action: :search, args: [:name]
|
|
|
|
define :search_author, action: :search, args: [:name]
|
|
|
|
define :update_author, action: :update
|
|
|
|
define :update_author, action: :update
|
|
|
|