quandl_client 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -115,13 +115,14 @@ sheet = Quandl::Client::Sheet.find('housing/hood')
115
115
 
116
116
  ```ruby
117
117
 
118
- s = Quandl::Client::Sheet.create( title: 'ocean' )
119
- s = Quandl::Client::Sheet.create( full_url_title: 'ocean/river', title: 'River' )
120
- s = Quandl::Client::Sheet.create( full_url_title: 'ocean/river/lake', title: 'Lake!' )
118
+ include Quandl::Client
121
119
 
122
- s = Quandl::Client::Sheet.find('ocean')
120
+ s = Sheet.create( title: 'ocean' )
121
+ s = Sheet.create( full_url_title: 'ocean/river', title: 'River' )
122
+ s = Sheet.create( full_url_title: 'ocean/river/lake', title: 'Lake!' )
123
123
 
124
- s = Quandl::Client::Sheet.create(url_title: 'housing/city/hi_there', title: 'Hi there', content: 'magic')
124
+ Sheet.find('ocean').children.first.title
125
+ => River
125
126
 
126
127
  ```
127
128
 
@@ -26,7 +26,7 @@ module Client
26
26
  end
27
27
 
28
28
  def rest_url
29
- @rest_url ||= 'http://quandl.com/api/'
29
+ @rest_url ||= 'http://www.quandl.com/api/'
30
30
  end
31
31
 
32
32
  def rest_url=(url)
@@ -1,6 +1,6 @@
1
1
  module Quandl
2
2
  module Client
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  API_VERSION = 'v1'
5
5
 
6
6
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quandl_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: