API(Application Programming Interface)
- 인터넷 및 다양한 디바이스를 통해 2개의 애플리케이션이 통신하기 위한 소프트웨어
REST API(Representational State Transfer API)
- REST란 어떤 자원에 대해 CRUD(Create, Read, Update, Delete) 연산을 수행하기 위해 URI(Resource)로 HTTP request method(GET, POST, PUT, DELETE)를 보내는 것
- 이러한 REST 기반의 API를 웹으로 구현한 것이 RESTful API
* 참고 :
[Server] Restful API란? - MangKyu's Diary (tistory.com)
[Server] Restful API란?
최근에 진행중인 프로젝트에서 Google Drive API, Google App Script 등을 사용하고 있는데, 오늘은 이러한 것들을 사용하기 위해 요청을 보내는 방식인 Rest API에 대해 알아보도록 하겠습니다. 1. RESTful API
mangkyu.tistory.com
What is REST API? - Seobility Wiki
What is REST API? - Seobility Wiki
Definition and function Figure: REST API - Author: Seobility - License: CC BY-SA 4.0 API is the acronym for "Application Programming Interface". It is a software that allows two applications to communicate with each other over the internet and through vari
www.seobility.net
What is REST API and how does it work? | Geekboots
What is REST API and how does it work? | Geekboots
REST API and it's working process - Geekboots
www.geekboots.com
'Security & IT terms' 카테고리의 다른 글
[Day 147] Proxy Server (0) | 2021.01.04 |
---|---|
[Day 146] SOAP(Simple Object Access Protocol) API (0) | 2021.01.03 |
[Day 144] Qshing(큐싱) (0) | 2021.01.01 |
[Day 140] 공급망 공격(Supply Chain Attack) (3) | 2020.12.28 |
[Day 139] Formjacking(폼재킹) 공격 (0) | 2020.12.27 |