Closed dstillman closed 5 years ago
Hello, i called this url as before to test it again: $url = "https://api.zotero.org/groups/{$zotero_group_id}/items/?key={$zotero_key}&format=rdf_zotero&limit=100&start={$i}"; but it stills not delivering all fields ! Should i wait for some API updates or release ?
@waelsy: We hadn't yet rolled it out, but it's out now, so give it a try.
@dstillman: thanks it works again very well :)
Reported here: https://forums.zotero.org/discussion/75375/export-api-not-working-well
Sample JSON:
curl -d @test.json -H "Content-Type: application/json" '127.0.0.1:1969/export?format=rdf_zotero'
produces this:Lines like https://github.com/zotero/translators/blob/19d5ca006d5a5fc61ae24de1eb0feedc13841fac/Zotero%20RDF.js#L267 are running but aren't producing proper output.