pub async fn work_get_response(
client: &OpenAlexClient,
zotero: Option<&ZoteroClient>,
id: &str,
params: &GetParams,
) -> Result<WorkGetResponse, FilterError>Expand description
Get a work by ID and check if it’s in the Zotero library (if Zotero is configured).