zavtech/morpheus-quandl

Malformed URL

benmccann opened this issue · 2 comments

A request is made to:

https://www.quandl.com//api/v3/datasets/WIKI/AAPL.csv?api_key=mykey&start_date=2014-01-01&end_date=2018-01-01&&&&order=asc

There's a couple things wrong with this URL. First, it has //. Second, it has &&&&. Using a URL builder would fix this

What url builder would you recommend?

Hmmm, it doesn't look like there are any libraries that have a URL builder included like Apache HTTP or JaxRS or anything and it'd be overkill to add them just for this, so maybe that's not the easiest way to fix.

I'm planning to use quandl4j for tablesaw