Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook integration #25

Open
darekkay opened this issue Jan 9, 2021 · 0 comments
Open

Webhook integration #25

darekkay opened this issue Jan 9, 2021 · 0 comments
Labels
Type: Enhancement New feature or request

Comments

@darekkay
Copy link
Owner

darekkay commented Jan 9, 2021

From #13:

Basically people use webhook to get the latest blog post, build status etc. So thinking of generalised panel for this, given it should be cachable. If it's okay for you , iwould try to add. But i am not expert on front-end side (espcially react)

A simple server webhook receiver endpoint should be easy to integrate, but:

a) There's currently no data persistence on the server-side (except a memory-only request cache).
b) Currently, the client would still need to poll the data, because there is no server-to-client push mechanism in place.
c) There's no user management right now. Any data received by the webhook would be available by everyone (not a big issue when self-hosted)

@darekkay darekkay added the Type: Enhancement New feature or request label Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant