Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed URL #4

Open
benmccann opened this issue Aug 23, 2017 · 2 comments
Open

Malformed URL #4

benmccann opened this issue Aug 23, 2017 · 2 comments

Comments

@benmccann
Copy link

benmccann commented Aug 23, 2017

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

@Zavster
Copy link
Contributor

Zavster commented Aug 23, 2017

What url builder would you recommend?

@benmccann
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants