Skip to content

Remove node and python webhooks examples - #304

Merged
horeaporutiu merged 1 commit into
mainfrom
remove-node-python-webhooks
Jul 28, 2026
Merged

Remove node and python webhooks examples#304
horeaporutiu merged 1 commit into
mainfrom
remove-node-python-webhooks

Conversation

@horeaporutiu

Copy link
Copy Markdown
Member

Summary

  • Remove examples/node-webhooks and examples/python-webhooks — Miro no longer supports webhooks
  • Remove the stale webhooks-manager row from the README (directory already removed in CADE:1372 remove webhooks example #302)

Test plan

  • Confirm both example directories are gone from the tree
  • Confirm README no longer links to any webhooks examples
  • Spot-check that unrelated examples (e.g. monetization-with-stripe Stripe webhook handling) are untouched

Made with Cursor

Miro no longer supports webhooks; remove the remaining sample apps and the stale webhooks-manager README entry.

Co-authored-by: Cursor <cursoragent@cursor.com>
@horeaporutiu
horeaporutiu requested a review from a team as a code owner July 28, 2026 12:26
Copilot AI review requested due to automatic review settings July 28, 2026 12:26
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app-examples-wordle Error Error Jul 28, 2026 12:26pm
webhooks-manager Error Error Jul 28, 2026 12:26pm

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the deprecated Miro webhooks sample applications (Node and Python) and cleans up the root README so it no longer references removed webhook-related examples.

Changes:

  • Removed the examples/node-webhooks example (all source, manifests, and project files).
  • Removed the examples/python-webhooks example (all source, manifests, and project files).
  • Removed the stale webhooks-manager entry from the “Full-stack apps” table in README.md.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Removes the stale webhooks-manager row so the root README no longer points to deleted webhook examples.
examples/python-webhooks/requirements.txt Removes Python webhook example dependencies as part of deleting the example.
examples/python-webhooks/README.md Removes Python webhook example documentation as part of deleting the example.
examples/python-webhooks/app.py Removes Python/Flask webhook receiver sample as part of deleting the example.
examples/python-webhooks/app-manifest.yaml Removes Python webhook sample manifest as part of deleting the example.
examples/python-webhooks/.sample.env Removes Python webhook sample environment template as part of deleting the example.
examples/python-webhooks/.gitignore Removes Python webhook sample ignore rules as part of deleting the example.
examples/node-webhooks/vite.config.js Removes Node webhook example build/dev configuration as part of deleting the example.
examples/node-webhooks/tsconfig.json Removes Node webhook example TypeScript config as part of deleting the example.
examples/node-webhooks/src/miroMiddleware.js Removes Node webhook example middleware as part of deleting the example.
examples/node-webhooks/src/app.js Removes Node/Express webhook receiver sample as part of deleting the example.
examples/node-webhooks/README.md Removes Node webhook example documentation as part of deleting the example.
examples/node-webhooks/package.json Removes Node webhook example package definition as part of deleting the example.
examples/node-webhooks/jsconfig.json Removes Node webhook example JS config as part of deleting the example.
examples/node-webhooks/app-manifest.yaml Removes Node webhook sample manifest as part of deleting the example.
examples/node-webhooks/.sample.env Removes Node webhook sample environment template as part of deleting the example.
examples/node-webhooks/.gitignore Removes Node webhook sample ignore rules as part of deleting the example.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@horeaporutiu
horeaporutiu merged commit e51fb9b into main Jul 28, 2026
5 of 7 checks passed
@horeaporutiu
horeaporutiu deleted the remove-node-python-webhooks branch July 28, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants