클라이언트 또는 타사 API에서 보낸 웹훅 요청을 검사하고 디버그
본문
HTTP 또는 웹훅 요청을 수집하거나 인기 있는 앱의 이벤트를 구독하세요.
인간 친화적인 방식으로 또는 REST 또는 SSE API를 통해 각 이벤트를 검사합니다.
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은 현재 REST 및 SSE (Server-sent Events) API를 제공합니다.
- 이전글Google Fonts와 작별 할 시간 21.01.09
- 다음글Test Mace - API 작업 및 자동화 된 API 테스트 생성을 위한 최신의 강력한 크로스 플랫폼 도구 21.01.06