1
0
mirror of synced 2025-12-23 21:07:12 -05:00

remove deprecated content

This commit is contained in:
Sarah Schneider
2021-06-15 13:39:19 -04:00
parent eb31eca240
commit 8d3375d75c
14 changed files with 5 additions and 125 deletions

View File

@@ -337,18 +337,11 @@ The default format is what [existing post-receive hooks should expect](/post-rec
#### Callback URLs
Callback URLs can use the `http://` protocol. {% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.20" %}You can also `github://` callbacks to specify a GitHub service.
{% data reusables.apps.deprecating_github_services_ghe %}
{% endif %}
Callback URLs can use the `http://` protocol.
# Send updates to postbin.org
http://postbin.org/123
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.20" %}
# Send updates to Campfire
github://campfire?subdomain=github&room=Commits&token=abc123
{% endif %}
#### Subscribing
The GitHub PubSubHubbub endpoint is: `{% data variables.product.api_url_code %}/hub`. A successful request with curl looks like: