Calculate issue and PR stats for a GitHub repo.
- Run
DownloadData.ktto createprs.jsonandissues.json - Run
CreateReport.ktto output a report based on the JSON files
- https://developer.github.com/v4/explorer/
- https://github.com/apollographql/intellij-graphql
- https://github.com/apollographql/apollo-android
- https://insomnia.rest/
- Use Bearer token auth to authenticate.
- Restart app if schema isn't fetched
- https://github.com/jimkyndemeyer/js-graphql-intellij-plugin
- Doesn't work with Community Edition
- https://github.com/apollographql/apollo-tooling#apollo-schemadownload-output
apollo schema:download --endpoint=https://api.github.com/graphql --header="Authorization: Bearer $GITHUB_TOKEN"- https://www.apollographql.com/docs/ios/downloading-schema.html
- Regenerate the GraphQL classes
gradle generateMainApolloClasses
