JavaScript Tip: Working with Site APIs

preview_player
Показать описание
I had a request to cover the reading of a site API for accessing the sites data, so I'm going to spend a bit of time in this tutorial talking about that since it is an important part of many things we do in JavaScript. Especially when we are working with third party site data.

Would you like to help keep this channel going?

Tutorials referred to in this video:

For more resources on JavaScript:

#javascript #AllThingsJavaScriptLLC
Рекомендации по теме
Комментарии
Автор

Would love to see a video about how to secure (not obfuscate) an API key server side, and then have a JS client request data from that secured API app.

karlstenator
Автор

Your videos are great! Thank you! ; )

cpubuff
Автор

Thank you. Did you also cover deep dive promise on YouTube as well?

frank
Автор

you didn't explain How to filter data by sending get request with parameter(s) ?
This is the most important thing !!

abdullahquhtani