docverter 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/docverter/version.rb +1 -1
- data/lib/docverter.rb +0 -1
- metadata +1 -1
data/lib/docverter/version.rb
CHANGED
data/lib/docverter.rb
CHANGED
|
@@ -40,7 +40,6 @@ module Docverter
|
|
|
40
40
|
|
|
41
41
|
def self.request(method, url, params={}, headers={})
|
|
42
42
|
key = @@api_key
|
|
43
|
-
raise AuthenticationERror.new('No API key provided. (HINT: set your API key using "Docverter.api_key = <API-KEY>". You can find your API in the Docverter web interface. See http://www.docverter.com/api.html for details, or email pete@docverter.com if you have any questions.)') unless key
|
|
44
43
|
|
|
45
44
|
url = self.api_url(url)
|
|
46
45
|
|