datadryad / dryad-product-roadmap

Repository of issues for Dryad project boards
https://github.com/orgs/datadryad/projects
8 stars 0 forks source link

Ensure use of "polite" CrossRef API #3406

Closed ryscher closed 2 weeks ago

ryscher commented 3 months ago

I think we checked this at some point in the past, but we should verify that we are using the "polite" form of requests to CrossRef, including an email address in the header. More info in this blog post.

alinvetian commented 2 weeks ago

In order to use polite pool, all we need is to set mailto in Serano configuration, and we do have it set:

Serrano.configuration do |config|
  config.base_url = APP_CONFIG.crossref_base_url
  config.mailto = APP_CONFIG.crossref_mailto
end