You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ability to supply a new configuration parameter (ApiHostName) in order to support GitHub Enterprise users.
ApiHostName will default to github.com. GitHub Enterprise installs to a different URL and the API remains as api.somegithub.com, thus it's simple to hit that API on a different base URL.
Fixed a related typo in the documentation as well.
Resolves#98
Sets all requests to connect to a GitHub Enterprise server running at
171
+
github.contoso.com.
161
172
#>
162
173
[CmdletBinding(SupportsShouldProcess)]
163
174
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSShouldProcess","", Justification="Methods called within here make use of PSShouldProcess, and the switch is passed on to them inherently.")]
0 commit comments