DannyBen / nasdaq

Nasdaq Data Link API Ruby Library and Command Line
MIT License
5 stars 0 forks source link

Add HTTP Caching with WebCache gem #9

Closed DannyBen closed 8 years ago

DannyBen commented 8 years ago

This PR adds a built in, hassle-free caching using the newly created WebCache gen.

By dafault, Quata adopts the default values from WebCache, but can be changed with ease by accessing the quandl.cache property, which is the WebCache object itself.

Also - removed WebMock dev dependency.

Closes #2