BiobaseHTTP
[](https://hackage.haskell.org/package/BiobaseHTTP) [](https://travis-ci.org/eggzilla/BiobaseHTTP)
=========
BiobaseHTTP provides functions to interface the Bioinformatics REST services - Entrez Ensembl.
NCBI Entrez provides multiple different databases and eutils.
For more information on Entrez refer to: [Entrez](http://www.ncbi.nlm.nih.gov/gquery/).
Information on the webservice can be found at: [NCBI books](http://www.ncbi.nlm.nih.gov/books/NBK25497/).
Information on ENSEMBL genomes API can be found here: [Ensembl Genomes](http://rest.ensemblgenomes.org/).
If you plan to include the library in a tool, register it as explained [here](http://www.ncbi.nlm.nih.gov/books/NBK25497/#chapter2.Usage_Guidelines_and_Requiremen).
BiobaseHTTP is the successor of the deprecated EntrezHTTP library.