-
<Web> TIL: Web APIs무기 2021. 12. 3. 00:23728x90
🐣
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'무기' 카테고리의 다른 글
<Web> TIL: 사이즈, 좌표, 스크롤 (0) 2021.12.04 <Web> 스크롤 위치 확인(Window.scrollY), getBoundingClientRect() (0) 2021.12.02 <CSS> TIL: background, pointer-events(클릭 안되게!) (0) 2021.12.02 <CSS> TIL: 텍스트 수정(회전, 맞춤, 배경), 화면 높이 에러 (0) 2021.11.08 <Web> 코코아톡 클론 챌린지 - Nomad Coders (0) 2021.10.20