Skip to content

Commit

Permalink
Merge pull request #1388 from php-api-clients/GitHub/from-1.1.4-75880…
Browse files Browse the repository at this point in the history
…1dbed7c532f009e5f428e0454a9-from-1.1.4-758801dbed7c532f009e5f428e0454a9
  • Loading branch information
WyriHaximus authored Dec 12, 2024
2 parents f3f55c5 + cde0204 commit 634cc61
Show file tree
Hide file tree
Showing 106 changed files with 2,012 additions and 8,429 deletions.
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

0 comments on commit 634cc61

Please sign in to comment.