Add BaseGraphqlService, support [github] V4 API (#3763)

* add base class for Graphql APIs
* add GithubAuthV4Service + updates to GH token pool
* update github forks to use GithubAuthV4Service
* rename GithubAuthService to GithubAuthV3Service
This commit is contained in:
chris48s
2019-07-29 21:42:03 +01:00
committed by GitHub
parent 320de79309
commit 75ee413178
36 changed files with 755 additions and 119 deletions
+2
View File
@@ -40,6 +40,8 @@
"fsos": "^1.1.6",
"gh-badges": "file:gh-badges",
"glob": "^7.1.4",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"ioredis": "^4.11.1",
"joi-extension-semver": "3.0.0",
"js-yaml": "^3.13.1",