You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
letsymbol='AAPL';rh.quote_data(symbol,function(error,response,body){// error does not seem to be set even though an error occurred// for example provided invalid login credentials}
The text was updated successfully, but these errors were encountered:
Correction, the case of quote_data() does not have an error if you provide invalid login credentials because in-fact you don't need to auth to request this endpoint at all. However it should return error when you pass an invalid ticker symbol such as sfafaffas yet it does not.
quote_data
does not return error in callback.The text was updated successfully, but these errors were encountered: