У нас вы можете посмотреть бесплатно APIs Explained | Real World Examples или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Join the Discord Server! / discord --------------------- MY FULL CCNA COURSE 📹 CCNA - https://certbros.teachable.com/p/cisc... FREE CCNA FLASHCARDS 🃏 CCNA Flashcards - https://certbros.com/ccna/flashcards HOW TO PASS THE CCNA 📚 Get a great book - https://amzn.to/3f16QA5 📹 Take a video course - https://certbros.teachable.com/p/cisc... ✔ Use practice exams - https://www.certbros.com/ccna/Exsim SOCIAL 🐦 Twitter - / certbros 📸 Instagram - / certbros 👔 LinkedIn - / certbros 💬 Discord - https://www.certbros.com/discord Disclaimer: These are affiliate links. If you purchase using these links, I'll receive a small commission at no extra charge to you. --------------------------------------------------------------------------------------------------------------- 00:00 Intro 00:40 Overview 03:27 Weather app example 05:26 YouTube API example 10:58 Conclusion What is an API? API stands for Application Programming Interface and it's essentially a doorway into an application. Using this doorway, other third-party applications can get access to all of the data and features without needing to provide any custom code or integrations whatsoever. The process works something like this. An API request is sent to the application. An API request is just a simple HTTP message with some parameters telling the app what information to send back. This response will be sent back usually in JSON or XML format. The beauty of APIs is that anyone can access information and features that would otherwise be unobtainable. For example, most of us do not have access to a worldwide network of weather stations, but, anyone can build a mobile app and use APIs to request the data from the already existing weather application. APIs have become so widespread, you would be hard-pressed to find a popular application these days that doesn’t offer API access. With this amount of access to APIs, the possibilities are endless.