Skip to content

[GitHub] Update to 1.1.4-758801dbed7c532f009e5f428e0454a9 from 1.1.4-569ed36cc004e0f3ecba0e072fcfa984 #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
256 changes: 0 additions & 256 deletions clients/GitHub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,142 +830,6 @@ $client->operations()->emojis()->get();
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/emojis/emojis#get-emojis).


### copilot/list-copilot-seats-for-enterprise

List all Copilot seat assignments for an enterprise

Using the `call` method:
```php
$client->call('GET /enterprises/{enterprise}/copilot/billing/seats', [
'enterprise' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->listCopilotSeatsForEnterprise( enterprise: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise).


### copilot/copilot-metrics-for-enterprise

Get Copilot metrics for an enterprise

Using the `call` method:
```php
$client->call('GET /enterprises/{enterprise}/copilot/metrics', [
'enterprise' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->copilotMetricsForEnterprise( enterprise: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).


### copilot/copilot-metrics-for-enterprise

Get Copilot metrics for an enterprise

Using the `call` method:
```php
$client->call('LIST /enterprises/{enterprise}/copilot/metrics', [
'enterprise' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->copilotMetricsForEnterpriseListing( enterprise: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).


### copilot/usage-metrics-for-enterprise

Get a summary of Copilot usage for enterprise members

Using the `call` method:
```php
$client->call('GET /enterprises/{enterprise}/copilot/usage', [
'enterprise' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->usageMetricsForEnterprise( enterprise: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-enterprise-members).


### copilot/usage-metrics-for-enterprise

Get a summary of Copilot usage for enterprise members

Using the `call` method:
```php
$client->call('LIST /enterprises/{enterprise}/copilot/usage', [
'enterprise' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->usageMetricsForEnterpriseListing( enterprise: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-enterprise-members).


### dependabot/list-alerts-for-enterprise

List Dependabot alerts for an enterprise
Expand Down Expand Up @@ -1052,126 +916,6 @@ $client->operations()->secretScanning()->listAlertsForEnterprise( enterpr
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise).


### copilot/copilot-metrics-for-enterprise-team

Get Copilot metrics for an enterprise team

Using the `call` method:
```php
$client->call('GET /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
'enterprise' => 'generated',
'team_slug' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->copilotMetricsForEnterpriseTeam( enterprise: 'generated',
team_slug: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).


### copilot/copilot-metrics-for-enterprise-team

Get Copilot metrics for an enterprise team

Using the `call` method:
```php
$client->call('LIST /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
'enterprise' => 'generated',
'team_slug' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->copilotMetricsForEnterpriseTeamListing( enterprise: 'generated',
team_slug: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).


### copilot/usage-metrics-for-enterprise-team

Get a summary of Copilot usage for an enterprise team

Using the `call` method:
```php
$client->call('GET /enterprises/{enterprise}/team/{team_slug}/copilot/usage', [
'enterprise' => 'generated',
'team_slug' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->usageMetricsForEnterpriseTeam( enterprise: 'generated',
team_slug: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team).


### copilot/usage-metrics-for-enterprise-team

Get a summary of Copilot usage for an enterprise team

Using the `call` method:
```php
$client->call('LIST /enterprises/{enterprise}/team/{team_slug}/copilot/usage', [
'enterprise' => 'generated',
'team_slug' => 'generated',
'since' => 'generated',
'until' => 'generated',
'page' => 1,
'per_page' => 8,
]);
```

Operations method:
```php
$client->operations()->copilot()->usageMetricsForEnterpriseTeamListing( enterprise: 'generated',
team_slug: 'generated',
since: 'generated',
until: 'generated',
page: 1,
per_page: 8,
);
```

You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team).


### activity/list-public-events

List public events
Expand Down
Loading
Loading