Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Created November 26, 2022 13:13
Show Gist options
  • Save nathanclevenger/5eb26350cd94b3254b6448fff6a07cda to your computer and use it in GitHub Desktop.
Save nathanclevenger/5eb26350cd94b3254b6448fff6a07cda to your computer and use it in GitHub Desktop.
Zapier Apps
export default {
fetch: req => fetch('https://zapier.com/api/v4/implementations-meta/public/', { headers: { accept: 'application/json' }})
}
@nathanclevenger
Copy link
Author

nathanclevenger commented Nov 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment