(1) Google 시트용 API Connector 추가 기능을 사용하는 방법 : 빠른 시작
https://muritzy.tistory.com/3094

 

(1) Google 시트용 API Connector 추가 기능을 사용하는 방법 : 빠른 시작

이번 빠른 시작을 위해 API Connector의 API 요청 라이브러리의 예제 요청을 사용하여 Google 시트용 API Connector 추가 기능을 사용하는 방법에 대해 살펴보기로 한다. https://mixedanalytics.com/api-conne..

muritzy.tistory.com

 


(2) Google 시트용 API 요청 방법 설정

 

API Connector는 GET, POST, PUT, Patch, DELETE 등의 HTTP 요청 방법을 지원한다.모든 API가 이 용도를 엄격히 따르는 것은 아니지만, 일반적으로 요청 방법은 다음과 같이 정의된다.

  • GET: 데이터 검색
  • POST: 데이터 생성
  • PUT: 기존 레코드를 완전히 업데이트(즉, 교체)
  • 패치: 기존 레코드의 일부 업데이트
  • DELETE: 레코드 삭제

각 API의 기술 문서에는 요청에 필요한 방법이 나와 있다.

요청 방법을 설정하려면 API Connector 사이드바를 열고 드롭다운 메뉴에서 요청 방법을 선택하십시오.

POST, PUT 및 Patch 메소드는 요청 본문을 입력할 수 있는 창을 열 것이다.

 

 

https://mixedanalytics.com/knowledge-base/set-request-method/

 

Set Request Method | API Connector

API Connector supports the following HTTP request methods: GET, POST, PUT, PATCH, and DELETE. Not all APIs strictly follow this usage, but in general, request methods are defined as follows: GET…

mixedanalytics.com

 

+ Recent posts