diff --git a/src/GitHub/public/Meta/Get-GitHubMeta.ps1 b/src/GitHub/public/Meta/Get-GitHubMeta.ps1 index 0dd7b568..90978f07 100644 --- a/src/GitHub/public/Meta/Get-GitHubMeta.ps1 +++ b/src/GitHub/public/Meta/Get-GitHubMeta.ps1 @@ -4,13 +4,15 @@ Get GitHub meta information. .DESCRIPTION - Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see "[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/)." + Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see + "[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/)." The API's response also includes a list of GitHub's domain names. The values shown in the documentation's response are example values. You must always query the API directly to get the latest values. - **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported. + **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific + documentation for each feature to determine if IPv6 is supported. .EXAMPLE Get-GitHubMeta diff --git a/src/GitHub/public/Organization/Get-GitHubOrganizationAppInstallation.ps1 b/src/GitHub/public/Organization/Get-GitHubOrganizationAppInstallation.ps1 index e6e5bcea..7a3d3a53 100644 --- a/src/GitHub/public/Organization/Get-GitHubOrganizationAppInstallation.ps1 +++ b/src/GitHub/public/Organization/Get-GitHubOrganizationAppInstallation.ps1 @@ -4,7 +4,8 @@ List app installations for an organization .DESCRIPTION - Lists all GitHub Apps in an organization. The installation count includes all GitHub Apps installed on repositories in the organization. You must be an organization owner with `admin:read` scope to use this endpoint. + Lists all GitHub Apps in an organization. The installation count includes all GitHub Apps installed on repositories in the organization. + You must be an organization owner with `admin:read` scope to use this endpoint. .EXAMPLE Get-GitHubOrganizationAppInstallation -OrganizationName 'github' diff --git a/src/GitHub/public/Status/Get-GitHubStatus.ps1 b/src/GitHub/public/Status/Get-GitHubStatus.ps1 index 9b7f0e1d..04c0088a 100644 --- a/src/GitHub/public/Status/Get-GitHubStatus.ps1 +++ b/src/GitHub/public/Status/Get-GitHubStatus.ps1 @@ -4,8 +4,11 @@ Gets the status of GitHub services .DESCRIPTION - Get a summary of the status page, including a status indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenances. - Get the status rollup for the whole page. This endpoint includes an indicator - one of none, minor, major, or critical, as well as a human description of the blended component status. Examples of the blended status include "All Systems Operational", "Partial System Outage", and "Major Service Outage". + Get a summary of the status page, including a status indicator, component statuses, unresolved incidents, + and any upcoming or in-progress scheduled maintenances. Get the status rollup for the whole page. This endpoint + includes an indicator - one of none, minor, major, or critical, as well as a human description of the blended + component status. Examples of the blended status include "All Systems Operational", "Partial System Outage", + and "Major Service Outage". .EXAMPLE Get-GitHubStatus @@ -15,7 +18,8 @@ .EXAMPLE Get-GitHubStatus -Summary - Gets a summary of the status page, including a status indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenances. + Gets a summary of the status page, including a status indicator, component statuses, unresolved incidents, + and any upcoming or in-progress scheduled maintenances. .NOTES https://www.githubstatus.com/api#summary @@ -24,7 +28,8 @@ [OutputType([pscustomobject])] [CmdletBinding()] param( - # Gets a summary of the status page, including a status indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenances. + # Gets a summary of the status page, including a status indicator, component statuses, unresolved incidents, + # and any upcoming or in-progress scheduled maintenances. [Parameter()] [switch] $Summary ) diff --git a/src/GitHub/public/Users/Emails/Get-GitHubUserEmail.ps1 b/src/GitHub/public/Users/Emails/Get-GitHubUserEmail.ps1 index 31f92a9d..3d953091 100644 --- a/src/GitHub/public/Users/Emails/Get-GitHubUserEmail.ps1 +++ b/src/GitHub/public/Users/Emails/Get-GitHubUserEmail.ps1 @@ -5,7 +5,8 @@ .DESCRIPTION Lists all of your email addresses, and specifies which one is visible to the public. This endpoint is accessible with the `user:email` scope. - Specifying '-Public' will return only the publicly visible email address, which you can set with the [Set primary email visibility for the authenticated user](https://docs.github.com/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user) endpoint. + Specifying '-Public' will return only the publicly visible email address, which you can set with the [Set primary email visibility for the + authenticated user](https://docs.github.com/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user) endpoint. .EXAMPLE Get-GitHubUserEmail diff --git a/src/GitHub/public/Users/Get-GitHubUserCard.ps1 b/src/GitHub/public/Users/Get-GitHubUserCard.ps1 index ee7e7d42..5b2d8abe 100644 --- a/src/GitHub/public/Users/Get-GitHubUserCard.ps1 +++ b/src/GitHub/public/Users/Get-GitHubUserCard.ps1 @@ -4,9 +4,12 @@ Get contextual information for a user .DESCRIPTION - Provides hovercard information when authenticated through basic auth or OAuth with the `repo` scope. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations. + Provides hovercard information when authenticated through basic auth or OAuth with the `repo` scope. + You can find out more about someone in relation to their pull requests, issues, repositories, and organizations. - The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository via cURL, it would look like this: + The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns + more information than without the parameters. For example, if you wanted to find out more about `octocat` + who owns the `Spoon-Knife` repository via cURL, it would look like this: ```shell curl -u username:token diff --git a/src/GitHub/public/Users/Keys/Get-GitHubUserKey.ps1 b/src/GitHub/public/Users/Keys/Get-GitHubUserKey.ps1 index bec99e8b..6b59eb85 100644 --- a/src/GitHub/public/Users/Keys/Get-GitHubUserKey.ps1 +++ b/src/GitHub/public/Users/Keys/Get-GitHubUserKey.ps1 @@ -5,7 +5,8 @@ .DESCRIPTION Lists a given user's or the current user's public SSH keys. - For the authenticated users keys, it requires that you are authenticated via Basic Auth or via OAuth with at least `read:public_key` [scope](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/). + For the authenticated users keys, it requires that you are authenticated via Basic Auth or via OAuth with + at least `read:public_key` [scope](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/). Keys from a given user are accessible by anyone. .EXAMPLE