probot / smee.io

☁️📦 Webhook payload delivery service
https://smee.io
MIT License
348 stars 86 forks source link

[DISCUSSION] Support for methods other than POST? #77

Closed ddouglas closed 3 months ago

ddouglas commented 3 years ago

I understand that smee is a webhook payload forwarding service, but is there any way the rest of the basic HTTP Methods for CRUD Actions (GET, PUT, PATCH, DELETE) could be implemented.

I have more ideas on this, but I'm interested to hear feedback first.

I'm aware that GET /:channel renders the very helpful UI. This could be hosted on GET /ui/:channel which frees up GET requests to be forwarded on /:channel

Chocrates commented 2 years ago

Would love this as well, we could use this as a generic proxy for development.

wolfy1339 commented 3 months ago

Smee.io is only for forwarding webhooks for developement.

Smee uses Server Side Envents to forward the Webhooks to your local application.

I can't see how that would work for regular HTTP requets.