javascript - Bing Image Search API request using Ajax -


i'm attempting use bing image search api according this article.

i need make ajax request https://api.cognitive.microsoft.com/bing/v5.0/images/search

attached image of test code i've written attempt work. app.js file linked html file has button on it.

screenshot of code on imgur

i receive error app.js:7 uncaught syntaxerror: unexpected token -

i believe ajax syntax off. me set request properly?

huzzah!

a friend helped me out! ill uploaded revised code got me success part of request.

resolved


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -