본문 바로가기

반응형

백엔드/에이피아이

(3)
에이 피 아이 - 노티피케이션 Notification API는 해당 애플리케이션을 사용하고 있지 않더라도 알림을 받을 수 있게 해 줍니다. 이상으로 notification API에 대해서 알아보았습니다. 참고 Notifications API - Web APIs | MDN The Notifications API allows web pages to control the display of system notifications to the end user. These are outside the top-level browsing context viewport, so therefore can be displayed even when the user has switched tabs or moved to a different app develo..
에이 피 아이 - 웹 푸시 푸시 API는 애플리케이션이 알림을 받을 수 있도록 해 줍니다. 참고 Push API - Web APIs | MDN The Push API gives web applications the ability to receive messages pushed to them from a server, whether or not the web app is in the foreground, or even currently loaded, on a user agent. This lets developers deliver asynchronous notifications and update developer.mozilla.org HTML 삽입 미리보기할 수 없는 소스
에이피아이 (Application Programming Interface) API는 클라이언트와 서버 사이에서 데이터 전송 시 중재자 역할을 합니다. API의 사용으로 필요한 정보만 공유가 가능하여 많은 기업에서 API를 제공하고 있습니다. API 형식 RESTful API (제안자: Roy Fielding https://en.wikipedia.org/wiki/Roy_Fielding) API에서 제공되는 정보의 형식이나 요청 방식은 여러 가지가 있습니다 (HTTP, FTP,...) RESTful API는 데이터 요청 시 특정한 형식을 정하고 이에 따라 요청하는 방식을 취함으로써 호환성을 향상했는데요, RESTful API가 되기 위한 조건은 다음과 같습니다. HTTP request verbs 사용 (GET, POST, PUT, DELETE, PATCH) 특정 데이터를 경로로 지..

728x90