* Update getting-started.md
Edited the section on Authentication to remove Basic Auth, which GitHub no longer supports, with instructions for using a Personal Access Token.
* Update getting-started.md
Second commit: Removed "/en" from links.
* Update docs/getting-started.md
Co-authored-by: Tim Rogers <timrogers@github.com>
* Update docs/getting-started.md
Co-authored-by: Tim Rogers <timrogers@github.com>
* Update getting-started.md
Removed the two bullet pointed items because the sentence preceding them provided a clearer description of the options.
Co-authored-by: Tim Rogers <timrogers@github.com>
* Draft section on ApiInfo in getting started
* typo: to --> do
* Add link to github api
* Add note on authenticated client limits
* wording tweak
* Point to better API doc link
* change variable init in code sample
* Code to test URL for an enterprise instance.
Based on code we use in GitHub Desktop for Windows.
* Add an example of the enterprise probe
* Add helpful constructor to EnterpriseProbe
* Suppress code analysis warning
Add xml comments to ctors and make consistent with GitHubClient/Connection etc
* Update getting started to use the new EnterpriseProbe ctor