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
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.
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 thisThe text was updated successfully, but these errors were encountered: