We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @metaodi ,
We're looking at adding support to the Config object to support an array of sets, in addition to the current string value.
eg:
{ "metadata_prefix": "oai_dc", "set": ["portal_12", "item_type_3"] }
Would generate a url like this: https://api.figshare.com/v2/oai?verb=ListRecords&metadataPrefix=oai_dc&set=portal_12&set=item_type_3
https://api.figshare.com/v2/oai?verb=ListRecords&metadataPrefix=oai_dc&set=portal_12&set=item_type_3
This change won't break any existing harvests, but will allow more specific queries.
Any thoughts on this? And would you be happy to merge this change back in once we're done?
Thanks, Edward
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @metaodi ,
We're looking at adding support to the Config object to support an array of sets, in addition to the current string value.
eg:
Would generate a url like this:
https://api.figshare.com/v2/oai?verb=ListRecords&metadataPrefix=oai_dc&set=portal_12&set=item_type_3
This change won't break any existing harvests, but will allow more specific queries.
Any thoughts on this? And would you be happy to merge this change back in once we're done?
Thanks,
Edward
The text was updated successfully, but these errors were encountered: