@taskcluster/client 92.0.2 → 93.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis.js +0 -14
package/package.json
CHANGED
package/src/apis.js
CHANGED
|
@@ -830,20 +830,6 @@ export default {
|
|
|
830
830
|
"title": "Taskcluster Version",
|
|
831
831
|
"type": "function"
|
|
832
832
|
},
|
|
833
|
-
{
|
|
834
|
-
"args": [
|
|
835
|
-
],
|
|
836
|
-
"category": "Github Service",
|
|
837
|
-
"description": "Capture a GitHub event and publish it via pulse, if it's a push,\nrelease, check run or pull request.",
|
|
838
|
-
"method": "post",
|
|
839
|
-
"name": "githubWebHookConsumer",
|
|
840
|
-
"query": [
|
|
841
|
-
],
|
|
842
|
-
"route": "/github",
|
|
843
|
-
"stability": "stable",
|
|
844
|
-
"title": "Consume GitHub WebHook",
|
|
845
|
-
"type": "function"
|
|
846
|
-
},
|
|
847
833
|
{
|
|
848
834
|
"args": [
|
|
849
835
|
],
|