무기

<Web> TIL: Web APIs

디벅잉 2021. 12. 3. 00:23
728x90

 

🐣

 

Web APIs란? 

브라우저에 필요한 복잡한 기능들을 쉽게 사용할 수 있도록 만들어 놓은 것이다.

분류

1) Browser APIs: 브라우저에 내장되어 있는 API

2) Third-party APIs: 내장되어 있지 않은 API, 카카오 로그인 API 등이 해당

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Introduction

 

Introduction to web APIs - Learn web development | MDN

At this point, you should have a good idea of what APIs are, how they work, and what you can do with them in your JavaScript code. You are probably excited to start actually doing some fun things with specific APIs, so let's go! Next up, we'll look at mani

developer.mozilla.org

 

728x90