GetClient returns a GitHub REST API client
(ctx context.Context)
| 76 | type ToolDependencies interface { |
| 77 | // GetClient returns a GitHub REST API client |
| 78 | GetClient(ctx context.Context) (*gogithub.Client, error) |
| 79 | |
| 80 | // GetGQLClient returns a GitHub GraphQL client |
| 81 | GetGQLClient(ctx context.Context) (*githubv4.Client, error) |
no outgoing calls
no test coverage detected