DataONEorg / scythe

Scythe, the data citation harvester
Other
7 stars 2 forks source link

write function to query PLOS for a list of identifiers #7

Closed jeanetteclark closed 4 years ago

jeanetteclark commented 4 years ago

will build on the function @mbjones committed in 9396617

jeanetteclark commented 4 years ago

I decided to add a new function just for PLOS instead of querying a bunch of APIs in a single function that is based on rplos instead of fulltext. I think this will make for a cleaner codebase.

I reworked @mbjones's top level function into a simple wrapper that will just query for all of the APIs we support by running all of our lower level functions (of which we have one, at the moment).