-
- Downloads
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
Showing
- core/base-service/base-graphql.js 52 additions, 0 deletionscore/base-service/base-graphql.js
- core/base-service/base-graphql.spec.js 209 additions, 0 deletionscore/base-service/base-graphql.spec.js
- core/base-service/base-json.js 2 additions, 19 deletionscore/base-service/base-json.js
- core/base-service/graphql.js 52 additions, 0 deletionscore/base-service/graphql.js
- core/base-service/graphql.spec.js 94 additions, 0 deletionscore/base-service/graphql.spec.js
- core/base-service/index.js 2 additions, 0 deletionscore/base-service/index.js
- core/base-service/json.js 28 additions, 0 deletionscore/base-service/json.js
- package-lock.json 6 additions, 3 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- services/github/github-api-provider.js 93 additions, 33 deletionsservices/github/github-api-provider.js
- services/github/github-api-provider.spec.js 70 additions, 2 deletionsservices/github/github-api-provider.spec.js
- services/github/github-auth-service.js 60 additions, 7 deletionsservices/github/github-auth-service.js
- services/github/github-commit-activity.service.js 2 additions, 2 deletionsservices/github/github-commit-activity.service.js
- services/github/github-commit-status.service.js 2 additions, 2 deletionsservices/github/github-commit-status.service.js
- services/github/github-commits-since.service.js 2 additions, 2 deletionsservices/github/github-commits-since.service.js
- services/github/github-contributors.service.js 2 additions, 2 deletionsservices/github/github-contributors.service.js
- services/github/github-downloads.service.js 2 additions, 2 deletionsservices/github/github-downloads.service.js
- services/github/github-followers.service.js 2 additions, 2 deletionsservices/github/github-followers.service.js
- services/github/github-forks.service.js 28 additions, 8 deletionsservices/github/github-forks.service.js
- services/github/github-helpers.js 10 additions, 0 deletionsservices/github/github-helpers.js
Loading
Please register or sign in to comment