toolstack / gp-auto-extract

A plugin for GlotPress that automatically extracts strings from remote source repo.
http://glot-o-matic.com/gp-auto-extract
6 stars 5 forks source link

Implement webhook integration with GitHub #4

Open brazabr opened 7 years ago

brazabr commented 7 years ago

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

brazabr commented 7 years ago

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

toolstack commented 7 years ago

@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 commented 7 years ago

Ok, REST API it is.

Stiofan commented 7 years ago

@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 :)