+ 1
APIs With Javascript
Hi Guys, So just wondering How to understand API Documentation for YouTube - I understand Rest and Restful with JavaScript, APIs keys so fourth, what I don't get is how to bring back something in the Doc information back into a website.
1 ответ
+ 2
I would suggest using jQuery as it will make working with 3rd party APIs significantly easier than vanilla JavaScript. With jQuery you'll want to look into .ajax(), .get(), .post(), & .load().