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
I switched to the "Basic" paid plan for currencylayer API for my currency conversion application and I tried to use their currency conversion endpoint. I got this JSON back from my query function as the response string:
I switched to the "Basic" paid plan for currencylayer API for my currency conversion application and I tried to use their currency conversion endpoint. I got this JSON back from my
query
function as the response string:I tried to access it like this:
But I got an empty string back it seems. Anyone got any ideas?
Here's my code (Gist link): https://gist.github.com/DragonOsman/d00ea7ec3d49c128ad7789293f156a09 .
The actual JSON response I get back from the currency API is:
And the full HTTP response I get when making the GET request is:
I hope someone can help me out here. Thanks in advance.
The text was updated successfully, but these errors were encountered: