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

Implement webhook integration with GitHub #4

Open
brazabr opened this issue Jan 14, 2017 · 4 comments
Open

Implement webhook integration with GitHub #4

brazabr opened this issue Jan 14, 2017 · 4 comments

Comments

@brazabr
Copy link
Contributor

brazabr commented Jan 14, 2017

Using GitHub webhooks, implement an endpoint in GP Auto Extract to receive push notifications.

  • When receive a request in the endpoint all the projects that match the pushed repo and ref (tag or branch) should then be Extract and update the originals.
  • Must support both with and without secret webhook requests.
@brazabr
Copy link
Contributor Author

brazabr commented Jan 14, 2017

@toolstack,
Should the webhook endpoint be built using the GP API router (like auto-extract is doing now) OR the WP REST API?

@toolstack
Copy link
Owner

@brazabr For something with a front end impact I'd used the GP Router, but for something that is back end only the REST API might be a better choice as we're thinking of moving to it for GP at some point in the future.

@brazabr
Copy link
Contributor Author

brazabr commented Jan 16, 2017

Ok, REST API it is.

@Stiofan
Copy link

Stiofan commented Jan 19, 2017

@brazabr have u started on this or have a timescale, i would like to have this soonish and would be happy to help out or build it. Thanks :)

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

No branches or pull requests

3 participants