Commit 9b4ed995 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[app] fix call with apikey

parent 07fa2194
...@@ -4,4 +4,4 @@ import PUBMED (getMetadataWith) ...@@ -4,4 +4,4 @@ import PUBMED (getMetadataWith)
main :: IO () main :: IO ()
main = getMetadataWith "bisphenol" Nothing (Just 100) >>= print main = getMetadataWith Nothing "bisphenol" Nothing (Just 100) >>= print
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment