Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Support handling > 1 ID in fxns #10

Closed
sckott opened this issue Nov 24, 2017 · 1 comment
Closed

Support handling > 1 ID in fxns #10

sckott opened this issue Nov 24, 2017 · 1 comment
Milestone

Comments

@sckott
Copy link
Contributor

sckott commented Nov 24, 2017

e.g,.

if (length(id) > 1) {
   # lapply(id, get_one)
} else {
   # get_one()
}
@sckott sckott added this to the v0.3 milestone Nov 24, 2017
@sckott
Copy link
Contributor Author

sckott commented Nov 24, 2017

  • fixed for core_articles_pdf
  • core_articles already supports >1 ID via POST requests
  • core_journals already supports >1 ID via POST requests
  • fix for core_articles_history

@sckott sckott closed this as completed in 3f1b95e Nov 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant