Simplify ExternalAPIs type
This commit simplifies the `ExternalAPIs` type, which is now a pure enumeration, moving the lookup of the Pubmed key at the usage sites. This simplified the code quite a bit, and made some otherwise-effectful functions pure.
Showing