zotero / translation-server

A Node.js-based server to run Zotero translators
Other
117 stars 49 forks source link

Expose attachments URLs to the API #151

Closed FaintWhisper closed 1 year ago

FaintWhisper commented 1 year ago

This change allows the attachment URLs of the items to be exposed to the API. This will address the current opened issue #97 and I think the community will find this feature very useful.

Currently, there is a pending pull request for the same purpose. However, the code of the master branch has changed a lot since it was originally submitted and it is impossible to merge it in its current state.