You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when saving we request the online version of record, update the Extra and the push back. We already have a copy of the record when we loaded the plugin, we can take that json, modify the Extra and push back. Should save 1 request per item, which reduces api calls by 50%.
pass data_json to saveZotero
get json by key
sub Extra
Serialize json
push new value
The text was updated successfully, but these errors were encountered:
Currently when saving we request the online version of record, update the Extra and the push back. We already have a copy of the record when we loaded the plugin, we can take that json, modify the Extra and push back. Should save 1 request per item, which reduces api calls by 50%.
The text was updated successfully, but these errors were encountered: