src/main/java/com/spotify/github/v3/clients/GitHubClient.java [269:285]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      final URI baseUrl,
      final URI graphqlUrl,
      final File privateKey,
      final Integer appId) {
    return createOrThrow(httpClient, baseUrl, graphqlUrl, privateKey, appId, null);
  }

  /**
   * Create a github api client with a given base URL and a path to a key.
   *
   * @param httpClient an instance of OkHttpClient
   * @param baseUrl base URL
   * @param privateKey the private key as byte array
   * @param appId the github app ID
   * @return github api client
   */
  public static GitHubClient create(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/spotify/github/v3/clients/GitHubClient.java [372:388]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      final URI baseUrl,
      final URI graphqlUrl,
      final File privateKey,
      final Integer appId) {
    return createOrThrow(httpClient, baseUrl, graphqlUrl, privateKey, appId, null);
  }

  /**
   * Create a github api client with a given base URL and a path to a key.
   *
   * @param httpClient an instance of OkHttpClient
   * @param baseUrl base URL
   * @param privateKey the private key as byte array
   * @param appId the github app ID
   * @return github api client
   */
  public static GitHubClient create(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



