분류 기타

클라이언트 또는 타사 API에서 보낸 웹훅 요청을 검사하고 디버그

컨텐츠 정보

  • 조회 583 (작성일 )

본문

HTTP 또는 웹훅 요청을 수집하거나 인기 있는 앱의 이벤트를 구독하세요.


인간 친화적인 방식으로 또는 REST 또는 SSE API를 통해 각 이벤트를 검사합니다.


https://requestbin.com/


CREATE BIN 


curl -d '{"component_url":"https://github.com/PipedreamHQ/pipedream/blob/master/components/http/http.js"}' \ -H "Authorization: Bearer <API-KEY>" \ -H "Content-Type: application/json" \ "https://api.pipedream.com/v1/sources" 


LIST BINS 


curl -H "Authorization: Bearer <API-KEY>" \ "https://api.pipedream.com/v1/users/me/sources" 


GET RECENT EVENTS 


curl -H "Authorization: Bearer <API-KEY>" \ "https://api.pipedream.com/v1/sources/<SOURCE-ID>/event_summaries?expand=event" 


STREAM EVENTS IN REAL-TIME 


curl -H "Authorization: Bearer <API-KEY>" \ "https://api.pipedream.com/sources/<SOURCE-ID>/sse" 


API 개요 

Pipedream은 현재 RESTSSE (Server-sent Events) API를 제공합니다.


  • REST API를 사용하여 소스, 워크 플로 및 이벤트를 만들고 관리합니다.
  • SSE API를 사용하여 소스에 대한 실시간 이벤트 스트림을 구독하십시오.