APIs With Javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

23rd Jun 2017, 1:54 PM
Leon D
Leon D - avatar
1 Answer
+ 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().
23rd Jun 2017, 8:22 PM
Nobody