zotero-api-client
zotero-api-client copied to clipboard
Lightweight, minimalistic Zotero API client written in JavaScript.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Currently `ErrorResponse` (which extends `Error`) is thrown for failed requests. Message (which is usually immediately available, e.g. printed on console), consists of status code and status text, e.g. `412: Precondition...
There's currently no type definitions published for this library. Types not only come in handy but are sometime needed when wanting to reuse js/ts code from other programming languages. Any...
It would be great if API could be optionally configured to allow specifying a timeout. Once exceeded, fetch would be cancelled via AbortController and entire fetch would be considered a...
There should be minimal validation preventing users from constructing impossible requests.
`fetch-mock` had API-breaking changes in 10.x; either the code needs to be adapted or an alternative should be used.