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
I author software that accesses the E-utilities, and this software is used by other people. Do those users need keys?
Yes, but only if your software allows them to post more than 3 requests/second. For such cases, we recommend that you allow users to enter their own API key as a setting in the software.
I'll need to modify the code to allow for users to provide their own API key.
NCBI will start requiring API Keys beginning May 1, 2018: https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
I'll need to modify the code to allow for users to provide their own API key.
I should also utilize https://github.com/SerpentAI/requests-respectful to limit requests to users who haven't provided API keys.
The text was updated successfully, but these errors were encountered: