libbib
libbib copied to clipboard
read_xml error
The package libbib installed on ubuntu linux through install.packages command. The following error appears with a proposed example
worldcat_api_classify_by_oclc("877749545") Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, : Space required after the Public Identifier [65]
It looks like OCLC decided to, without warning restrict the classify API and now you need an API key. I'll plan to re-write that functionality so it works again Do you have an API key?
Looked further into it... it looks like the classification thing moved to the Metadata API. I'll be exploring it this month