Purpose

Specifies the host name portion of the HTTP endpoint to which you send requests. This property allows you to specify GitHub instance to connect to.

Valid Values

string

where:

string

is the host name portion of the HTTP endpoint to which you send requests. For example,

  • api.github.com for cloud accounts.
  • github.enterprise.com for enterprise accounts.

Data Source Methods

public String getServerName()

public void setServerName(String)

Default Value

No default value

Data Type

String