|
|
|
|
|
by technoweenie
4672 days ago
|
|
GitHub implements the PSHB subscription API. It's fine, but doesn't really fit in well with the rest of our JSON API. For instance, parameters are sent over as form encoded values like "hub.mode". http://developer.github.com/v3/repos/hooks/#pubsubhubbub We also have a regular JSON endpoint for our hooks resource (which is essentially a subscription API). |
|