forked from srophe/zotero2bibl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily turning off limit parameter
produces an error when the total number of items is less than the limit
- Loading branch information
1 parent
ca8114e
commit efcc9b5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
efcc9b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wsalesky The Zotero API gives an error when the limit is higher than the actual number of items, such as https://api.zotero.org/groups/2349036/collections/SZNGBJ7Z/items?format=tei&start=0&limit=1000
I've just commented that out here, but does something need to be changed properly in the code? Should I make an issue?
efcc9b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nathangibson yes, please make an issue. Thanks!
efcc9b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
srophe#15