Using sdk-build-event-handler-template with netlify.com

TypeScript integration

✓ Official SDK
Install
npm install sdk-build-event-handler-template
Quick start
import Sdk_build_event_handler_template from 'sdk-build-event-handler-template';

const client = new Sdk_build_event_handler_template({ accessToken: "YOUR_ACCESS_TOKEN" });
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /hooks
**Note:** Environment variable keys and values will soon be moved from `build…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /sites
SDK on GitHub 📄 API Docs
SDK
sdk-build-event-handler-template
TypeScript
API
netlify.com
netlify.com
At a glance
Language TypeScript
Endpoints120
✓ Official