node-markitondemand
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "node-markitondemand", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node library for dev.markitondemand.com REST APIs.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/markitondemand.js", |
@@ -27,3 +27,3 @@ node-markitondemand | ||
lookup(symbol, callback(stock)); | ||
lookup(__symbol__, callback(__err__, __stock__)); | ||
@@ -48,3 +48,3 @@ Used to search stocks. | ||
getQuote(symbol, callback(stock)); | ||
getQuote(__symbol__, callback(__err__, __stock__)); | ||
@@ -63,3 +63,3 @@ Used to get latest stock data. | ||
getQuotes(symbols, callback(stock)); | ||
getQuotes(__symbols__, callback(__err__, __stock__)); | ||
@@ -66,0 +66,0 @@ Used to get latest stock data for multiple symbols. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48193