<aside> 💡 서버 개발자가 하는 일 : API 만들기 = 뒷 단 로직 짜기

</aside>

API를 들어 봤다면?

플랫폼 기업에서 제공하는 Open API

가장 대표적인 건 소셜로그인 API

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fc3910d3-283d-4253-aac5-b93aaf1f98c6/IMG_1183.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/74fb7166-3882-433a-9817-7fd10cc76f55/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9e2361b8-8747-4ec7-9c6b-6c44fad8b614/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fe5f2d88-101c-46e8-8eae-4236382e1d00/Untitled.png

사실상 외부에 공개하지 않는 것들이 대부분.

회사 서비스의 모든 로직은 API로 만들어집니다.

API란?

Application Programming interface 응용 프로그래밍 인터페이스

컴퓨터와 컴퓨터 시스템끼리 정보를 교환하는 공유경계이다.

= 클라이언트와 서버 사이에 통신하는 로직

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cd358486-bdeb-4759-aed6-91a986b8f027/Untitled.png

쉽게 예시를 들어서 설명해 볼게요.