An open API service indexing awesome lists of open source software.

https://github.com/drschlaubi/github-api-client-kotlin

Very experimental GitHub API client in Kotlin DO NOT USE!!
https://github.com/drschlaubi/github-api-client-kotlin

Last synced: 8 months ago
JSON representation

Very experimental GitHub API client in Kotlin DO NOT USE!!

Awesome Lists containing this project

README

          

# org.openapitools.client - Kotlin client library for GitHub v3 REST API

GitHub's v3 REST API.

## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client.

- API version: 1.1.4
- Package version:
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen
For more information, please visit [https://support.github.com/contact?tags=dotcom-rest-api](https://support.github.com/contact?tags=dotcom-rest-api)

## Requires

* Kotlin 2.0.0
* Gradle 8.8

## Build

First, create the gradle wrapper script:

```
gradle wrapper
```

Then, run:

```
./gradlew check assemble
```

This runs all tests and packages the library.

## Features/Implementation Notes

* Supports JSON inputs/outputs, File inputs, and Form inputs.
* Supports collection formats for query parameters: csv, tsv, ssv, pipes.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.


## Documentation for API Endpoints

All URIs are relative to *https://api.github.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ActionsApi* | [**actionsAddCustomLabelsToSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionsaddcustomlabelstoselfhostedrunnerfororg) | **POST** /orgs/{org}/actions/runners/{runner_id}/labels | Add custom labels to a self-hosted runner for an organization
*ActionsApi* | [**actionsAddCustomLabelsToSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionsaddcustomlabelstoselfhostedrunnerforrepo) | **POST** /repos/{owner}/{repo}/actions/runners/{runner_id}/labels | Add custom labels to a self-hosted runner for a repository
*ActionsApi* | [**actionsAddSelectedRepoToOrgSecret**](docs/ActionsApi.md#actionsaddselectedrepotoorgsecret) | **PUT** /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id} | Add selected repository to an organization secret
*ActionsApi* | [**actionsAddSelectedRepoToOrgVariable**](docs/ActionsApi.md#actionsaddselectedrepotoorgvariable) | **PUT** /orgs/{org}/actions/variables/{name}/repositories/{repository_id} | Add selected repository to an organization variable
*ActionsApi* | [**actionsApproveWorkflowRun**](docs/ActionsApi.md#actionsapproveworkflowrun) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/approve | Approve a workflow run for a fork pull request
*ActionsApi* | [**actionsCancelWorkflowRun**](docs/ActionsApi.md#actionscancelworkflowrun) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/cancel | Cancel a workflow run
*ActionsApi* | [**actionsCreateEnvironmentVariable**](docs/ActionsApi.md#actionscreateenvironmentvariable) | **POST** /repos/{owner}/{repo}/environments/{environment_name}/variables | Create an environment variable
*ActionsApi* | [**actionsCreateOrUpdateEnvironmentSecret**](docs/ActionsApi.md#actionscreateorupdateenvironmentsecret) | **PUT** /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name} | Create or update an environment secret
*ActionsApi* | [**actionsCreateOrUpdateOrgSecret**](docs/ActionsApi.md#actionscreateorupdateorgsecret) | **PUT** /orgs/{org}/actions/secrets/{secret_name} | Create or update an organization secret
*ActionsApi* | [**actionsCreateOrUpdateRepoSecret**](docs/ActionsApi.md#actionscreateorupdatereposecret) | **PUT** /repos/{owner}/{repo}/actions/secrets/{secret_name} | Create or update a repository secret
*ActionsApi* | [**actionsCreateOrgVariable**](docs/ActionsApi.md#actionscreateorgvariable) | **POST** /orgs/{org}/actions/variables | Create an organization variable
*ActionsApi* | [**actionsCreateRegistrationTokenForOrg**](docs/ActionsApi.md#actionscreateregistrationtokenfororg) | **POST** /orgs/{org}/actions/runners/registration-token | Create a registration token for an organization
*ActionsApi* | [**actionsCreateRegistrationTokenForRepo**](docs/ActionsApi.md#actionscreateregistrationtokenforrepo) | **POST** /repos/{owner}/{repo}/actions/runners/registration-token | Create a registration token for a repository
*ActionsApi* | [**actionsCreateRemoveTokenForOrg**](docs/ActionsApi.md#actionscreateremovetokenfororg) | **POST** /orgs/{org}/actions/runners/remove-token | Create a remove token for an organization
*ActionsApi* | [**actionsCreateRemoveTokenForRepo**](docs/ActionsApi.md#actionscreateremovetokenforrepo) | **POST** /repos/{owner}/{repo}/actions/runners/remove-token | Create a remove token for a repository
*ActionsApi* | [**actionsCreateRepoVariable**](docs/ActionsApi.md#actionscreaterepovariable) | **POST** /repos/{owner}/{repo}/actions/variables | Create a repository variable
*ActionsApi* | [**actionsCreateWorkflowDispatch**](docs/ActionsApi.md#actionscreateworkflowdispatch) | **POST** /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches | Create a workflow dispatch event
*ActionsApi* | [**actionsDeleteActionsCacheById**](docs/ActionsApi.md#actionsdeleteactionscachebyid) | **DELETE** /repos/{owner}/{repo}/actions/caches/{cache_id} | Delete a GitHub Actions cache for a repository (using a cache ID)
*ActionsApi* | [**actionsDeleteActionsCacheByKey**](docs/ActionsApi.md#actionsdeleteactionscachebykey) | **DELETE** /repos/{owner}/{repo}/actions/caches | Delete GitHub Actions caches for a repository (using a cache key)
*ActionsApi* | [**actionsDeleteArtifact**](docs/ActionsApi.md#actionsdeleteartifact) | **DELETE** /repos/{owner}/{repo}/actions/artifacts/{artifact_id} | Delete an artifact
*ActionsApi* | [**actionsDeleteEnvironmentSecret**](docs/ActionsApi.md#actionsdeleteenvironmentsecret) | **DELETE** /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name} | Delete an environment secret
*ActionsApi* | [**actionsDeleteEnvironmentVariable**](docs/ActionsApi.md#actionsdeleteenvironmentvariable) | **DELETE** /repos/{owner}/{repo}/environments/{environment_name}/variables/{name} | Delete an environment variable
*ActionsApi* | [**actionsDeleteOrgSecret**](docs/ActionsApi.md#actionsdeleteorgsecret) | **DELETE** /orgs/{org}/actions/secrets/{secret_name} | Delete an organization secret
*ActionsApi* | [**actionsDeleteOrgVariable**](docs/ActionsApi.md#actionsdeleteorgvariable) | **DELETE** /orgs/{org}/actions/variables/{name} | Delete an organization variable
*ActionsApi* | [**actionsDeleteRepoSecret**](docs/ActionsApi.md#actionsdeletereposecret) | **DELETE** /repos/{owner}/{repo}/actions/secrets/{secret_name} | Delete a repository secret
*ActionsApi* | [**actionsDeleteRepoVariable**](docs/ActionsApi.md#actionsdeleterepovariable) | **DELETE** /repos/{owner}/{repo}/actions/variables/{name} | Delete a repository variable
*ActionsApi* | [**actionsDeleteSelfHostedRunnerFromOrg**](docs/ActionsApi.md#actionsdeleteselfhostedrunnerfromorg) | **DELETE** /orgs/{org}/actions/runners/{runner_id} | Delete a self-hosted runner from an organization
*ActionsApi* | [**actionsDeleteSelfHostedRunnerFromRepo**](docs/ActionsApi.md#actionsdeleteselfhostedrunnerfromrepo) | **DELETE** /repos/{owner}/{repo}/actions/runners/{runner_id} | Delete a self-hosted runner from a repository
*ActionsApi* | [**actionsDeleteWorkflowRun**](docs/ActionsApi.md#actionsdeleteworkflowrun) | **DELETE** /repos/{owner}/{repo}/actions/runs/{run_id} | Delete a workflow run
*ActionsApi* | [**actionsDeleteWorkflowRunLogs**](docs/ActionsApi.md#actionsdeleteworkflowrunlogs) | **DELETE** /repos/{owner}/{repo}/actions/runs/{run_id}/logs | Delete workflow run logs
*ActionsApi* | [**actionsDisableSelectedRepositoryGithubActionsOrganization**](docs/ActionsApi.md#actionsdisableselectedrepositorygithubactionsorganization) | **DELETE** /orgs/{org}/actions/permissions/repositories/{repository_id} | Disable a selected repository for GitHub Actions in an organization
*ActionsApi* | [**actionsDisableWorkflow**](docs/ActionsApi.md#actionsdisableworkflow) | **PUT** /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable | Disable a workflow
*ActionsApi* | [**actionsDownloadArtifact**](docs/ActionsApi.md#actionsdownloadartifact) | **GET** /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format} | Download an artifact
*ActionsApi* | [**actionsDownloadJobLogsForWorkflowRun**](docs/ActionsApi.md#actionsdownloadjoblogsforworkflowrun) | **GET** /repos/{owner}/{repo}/actions/jobs/{job_id}/logs | Download job logs for a workflow run
*ActionsApi* | [**actionsDownloadWorkflowRunAttemptLogs**](docs/ActionsApi.md#actionsdownloadworkflowrunattemptlogs) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs | Download workflow run attempt logs
*ActionsApi* | [**actionsDownloadWorkflowRunLogs**](docs/ActionsApi.md#actionsdownloadworkflowrunlogs) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/logs | Download workflow run logs
*ActionsApi* | [**actionsEnableSelectedRepositoryGithubActionsOrganization**](docs/ActionsApi.md#actionsenableselectedrepositorygithubactionsorganization) | **PUT** /orgs/{org}/actions/permissions/repositories/{repository_id} | Enable a selected repository for GitHub Actions in an organization
*ActionsApi* | [**actionsEnableWorkflow**](docs/ActionsApi.md#actionsenableworkflow) | **PUT** /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable | Enable a workflow
*ActionsApi* | [**actionsForceCancelWorkflowRun**](docs/ActionsApi.md#actionsforcecancelworkflowrun) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel | Force cancel a workflow run
*ActionsApi* | [**actionsGenerateRunnerJitconfigForOrg**](docs/ActionsApi.md#actionsgeneraterunnerjitconfigfororg) | **POST** /orgs/{org}/actions/runners/generate-jitconfig | Create configuration for a just-in-time runner for an organization
*ActionsApi* | [**actionsGenerateRunnerJitconfigForRepo**](docs/ActionsApi.md#actionsgeneraterunnerjitconfigforrepo) | **POST** /repos/{owner}/{repo}/actions/runners/generate-jitconfig | Create configuration for a just-in-time runner for a repository
*ActionsApi* | [**actionsGetActionsCacheList**](docs/ActionsApi.md#actionsgetactionscachelist) | **GET** /repos/{owner}/{repo}/actions/caches | List GitHub Actions caches for a repository
*ActionsApi* | [**actionsGetActionsCacheUsage**](docs/ActionsApi.md#actionsgetactionscacheusage) | **GET** /repos/{owner}/{repo}/actions/cache/usage | Get GitHub Actions cache usage for a repository
*ActionsApi* | [**actionsGetActionsCacheUsageByRepoForOrg**](docs/ActionsApi.md#actionsgetactionscacheusagebyrepofororg) | **GET** /orgs/{org}/actions/cache/usage-by-repository | List repositories with GitHub Actions cache usage for an organization
*ActionsApi* | [**actionsGetActionsCacheUsageForOrg**](docs/ActionsApi.md#actionsgetactionscacheusagefororg) | **GET** /orgs/{org}/actions/cache/usage | Get GitHub Actions cache usage for an organization
*ActionsApi* | [**actionsGetAllowedActionsOrganization**](docs/ActionsApi.md#actionsgetallowedactionsorganization) | **GET** /orgs/{org}/actions/permissions/selected-actions | Get allowed actions and reusable workflows for an organization
*ActionsApi* | [**actionsGetAllowedActionsRepository**](docs/ActionsApi.md#actionsgetallowedactionsrepository) | **GET** /repos/{owner}/{repo}/actions/permissions/selected-actions | Get allowed actions and reusable workflows for a repository
*ActionsApi* | [**actionsGetArtifact**](docs/ActionsApi.md#actionsgetartifact) | **GET** /repos/{owner}/{repo}/actions/artifacts/{artifact_id} | Get an artifact
*ActionsApi* | [**actionsGetCustomOidcSubClaimForRepo**](docs/ActionsApi.md#actionsgetcustomoidcsubclaimforrepo) | **GET** /repos/{owner}/{repo}/actions/oidc/customization/sub | Get the customization template for an OIDC subject claim for a repository
*ActionsApi* | [**actionsGetEnvironmentPublicKey**](docs/ActionsApi.md#actionsgetenvironmentpublickey) | **GET** /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key | Get an environment public key
*ActionsApi* | [**actionsGetEnvironmentSecret**](docs/ActionsApi.md#actionsgetenvironmentsecret) | **GET** /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name} | Get an environment secret
*ActionsApi* | [**actionsGetEnvironmentVariable**](docs/ActionsApi.md#actionsgetenvironmentvariable) | **GET** /repos/{owner}/{repo}/environments/{environment_name}/variables/{name} | Get an environment variable
*ActionsApi* | [**actionsGetGithubActionsDefaultWorkflowPermissionsOrganization**](docs/ActionsApi.md#actionsgetgithubactionsdefaultworkflowpermissionsorganization) | **GET** /orgs/{org}/actions/permissions/workflow | Get default workflow permissions for an organization
*ActionsApi* | [**actionsGetGithubActionsDefaultWorkflowPermissionsRepository**](docs/ActionsApi.md#actionsgetgithubactionsdefaultworkflowpermissionsrepository) | **GET** /repos/{owner}/{repo}/actions/permissions/workflow | Get default workflow permissions for a repository
*ActionsApi* | [**actionsGetGithubActionsPermissionsOrganization**](docs/ActionsApi.md#actionsgetgithubactionspermissionsorganization) | **GET** /orgs/{org}/actions/permissions | Get GitHub Actions permissions for an organization
*ActionsApi* | [**actionsGetGithubActionsPermissionsRepository**](docs/ActionsApi.md#actionsgetgithubactionspermissionsrepository) | **GET** /repos/{owner}/{repo}/actions/permissions | Get GitHub Actions permissions for a repository
*ActionsApi* | [**actionsGetJobForWorkflowRun**](docs/ActionsApi.md#actionsgetjobforworkflowrun) | **GET** /repos/{owner}/{repo}/actions/jobs/{job_id} | Get a job for a workflow run
*ActionsApi* | [**actionsGetOrgPublicKey**](docs/ActionsApi.md#actionsgetorgpublickey) | **GET** /orgs/{org}/actions/secrets/public-key | Get an organization public key
*ActionsApi* | [**actionsGetOrgSecret**](docs/ActionsApi.md#actionsgetorgsecret) | **GET** /orgs/{org}/actions/secrets/{secret_name} | Get an organization secret
*ActionsApi* | [**actionsGetOrgVariable**](docs/ActionsApi.md#actionsgetorgvariable) | **GET** /orgs/{org}/actions/variables/{name} | Get an organization variable
*ActionsApi* | [**actionsGetPendingDeploymentsForRun**](docs/ActionsApi.md#actionsgetpendingdeploymentsforrun) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments | Get pending deployments for a workflow run
*ActionsApi* | [**actionsGetRepoPublicKey**](docs/ActionsApi.md#actionsgetrepopublickey) | **GET** /repos/{owner}/{repo}/actions/secrets/public-key | Get a repository public key
*ActionsApi* | [**actionsGetRepoSecret**](docs/ActionsApi.md#actionsgetreposecret) | **GET** /repos/{owner}/{repo}/actions/secrets/{secret_name} | Get a repository secret
*ActionsApi* | [**actionsGetRepoVariable**](docs/ActionsApi.md#actionsgetrepovariable) | **GET** /repos/{owner}/{repo}/actions/variables/{name} | Get a repository variable
*ActionsApi* | [**actionsGetReviewsForRun**](docs/ActionsApi.md#actionsgetreviewsforrun) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/approvals | Get the review history for a workflow run
*ActionsApi* | [**actionsGetSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionsgetselfhostedrunnerfororg) | **GET** /orgs/{org}/actions/runners/{runner_id} | Get a self-hosted runner for an organization
*ActionsApi* | [**actionsGetSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionsgetselfhostedrunnerforrepo) | **GET** /repos/{owner}/{repo}/actions/runners/{runner_id} | Get a self-hosted runner for a repository
*ActionsApi* | [**actionsGetWorkflow**](docs/ActionsApi.md#actionsgetworkflow) | **GET** /repos/{owner}/{repo}/actions/workflows/{workflow_id} | Get a workflow
*ActionsApi* | [**actionsGetWorkflowAccessToRepository**](docs/ActionsApi.md#actionsgetworkflowaccesstorepository) | **GET** /repos/{owner}/{repo}/actions/permissions/access | Get the level of access for workflows outside of the repository
*ActionsApi* | [**actionsGetWorkflowRun**](docs/ActionsApi.md#actionsgetworkflowrun) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id} | Get a workflow run
*ActionsApi* | [**actionsGetWorkflowRunAttempt**](docs/ActionsApi.md#actionsgetworkflowrunattempt) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number} | Get a workflow run attempt
*ActionsApi* | [**actionsGetWorkflowRunUsage**](docs/ActionsApi.md#actionsgetworkflowrunusage) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/timing | Get workflow run usage
*ActionsApi* | [**actionsGetWorkflowUsage**](docs/ActionsApi.md#actionsgetworkflowusage) | **GET** /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing | Get workflow usage
*ActionsApi* | [**actionsListArtifactsForRepo**](docs/ActionsApi.md#actionslistartifactsforrepo) | **GET** /repos/{owner}/{repo}/actions/artifacts | List artifacts for a repository
*ActionsApi* | [**actionsListEnvironmentSecrets**](docs/ActionsApi.md#actionslistenvironmentsecrets) | **GET** /repos/{owner}/{repo}/environments/{environment_name}/secrets | List environment secrets
*ActionsApi* | [**actionsListEnvironmentVariables**](docs/ActionsApi.md#actionslistenvironmentvariables) | **GET** /repos/{owner}/{repo}/environments/{environment_name}/variables | List environment variables
*ActionsApi* | [**actionsListJobsForWorkflowRun**](docs/ActionsApi.md#actionslistjobsforworkflowrun) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/jobs | List jobs for a workflow run
*ActionsApi* | [**actionsListJobsForWorkflowRunAttempt**](docs/ActionsApi.md#actionslistjobsforworkflowrunattempt) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs | List jobs for a workflow run attempt
*ActionsApi* | [**actionsListLabelsForSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionslistlabelsforselfhostedrunnerfororg) | **GET** /orgs/{org}/actions/runners/{runner_id}/labels | List labels for a self-hosted runner for an organization
*ActionsApi* | [**actionsListLabelsForSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionslistlabelsforselfhostedrunnerforrepo) | **GET** /repos/{owner}/{repo}/actions/runners/{runner_id}/labels | List labels for a self-hosted runner for a repository
*ActionsApi* | [**actionsListOrgSecrets**](docs/ActionsApi.md#actionslistorgsecrets) | **GET** /orgs/{org}/actions/secrets | List organization secrets
*ActionsApi* | [**actionsListOrgVariables**](docs/ActionsApi.md#actionslistorgvariables) | **GET** /orgs/{org}/actions/variables | List organization variables
*ActionsApi* | [**actionsListRepoOrganizationSecrets**](docs/ActionsApi.md#actionslistrepoorganizationsecrets) | **GET** /repos/{owner}/{repo}/actions/organization-secrets | List repository organization secrets
*ActionsApi* | [**actionsListRepoOrganizationVariables**](docs/ActionsApi.md#actionslistrepoorganizationvariables) | **GET** /repos/{owner}/{repo}/actions/organization-variables | List repository organization variables
*ActionsApi* | [**actionsListRepoSecrets**](docs/ActionsApi.md#actionslistreposecrets) | **GET** /repos/{owner}/{repo}/actions/secrets | List repository secrets
*ActionsApi* | [**actionsListRepoVariables**](docs/ActionsApi.md#actionslistrepovariables) | **GET** /repos/{owner}/{repo}/actions/variables | List repository variables
*ActionsApi* | [**actionsListRepoWorkflows**](docs/ActionsApi.md#actionslistrepoworkflows) | **GET** /repos/{owner}/{repo}/actions/workflows | List repository workflows
*ActionsApi* | [**actionsListRunnerApplicationsForOrg**](docs/ActionsApi.md#actionslistrunnerapplicationsfororg) | **GET** /orgs/{org}/actions/runners/downloads | List runner applications for an organization
*ActionsApi* | [**actionsListRunnerApplicationsForRepo**](docs/ActionsApi.md#actionslistrunnerapplicationsforrepo) | **GET** /repos/{owner}/{repo}/actions/runners/downloads | List runner applications for a repository
*ActionsApi* | [**actionsListSelectedReposForOrgSecret**](docs/ActionsApi.md#actionslistselectedreposfororgsecret) | **GET** /orgs/{org}/actions/secrets/{secret_name}/repositories | List selected repositories for an organization secret
*ActionsApi* | [**actionsListSelectedReposForOrgVariable**](docs/ActionsApi.md#actionslistselectedreposfororgvariable) | **GET** /orgs/{org}/actions/variables/{name}/repositories | List selected repositories for an organization variable
*ActionsApi* | [**actionsListSelectedRepositoriesEnabledGithubActionsOrganization**](docs/ActionsApi.md#actionslistselectedrepositoriesenabledgithubactionsorganization) | **GET** /orgs/{org}/actions/permissions/repositories | List selected repositories enabled for GitHub Actions in an organization
*ActionsApi* | [**actionsListSelfHostedRunnersForOrg**](docs/ActionsApi.md#actionslistselfhostedrunnersfororg) | **GET** /orgs/{org}/actions/runners | List self-hosted runners for an organization
*ActionsApi* | [**actionsListSelfHostedRunnersForRepo**](docs/ActionsApi.md#actionslistselfhostedrunnersforrepo) | **GET** /repos/{owner}/{repo}/actions/runners | List self-hosted runners for a repository
*ActionsApi* | [**actionsListWorkflowRunArtifacts**](docs/ActionsApi.md#actionslistworkflowrunartifacts) | **GET** /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts | List workflow run artifacts
*ActionsApi* | [**actionsListWorkflowRuns**](docs/ActionsApi.md#actionslistworkflowruns) | **GET** /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs | List workflow runs for a workflow
*ActionsApi* | [**actionsListWorkflowRunsForRepo**](docs/ActionsApi.md#actionslistworkflowrunsforrepo) | **GET** /repos/{owner}/{repo}/actions/runs | List workflow runs for a repository
*ActionsApi* | [**actionsReRunJobForWorkflowRun**](docs/ActionsApi.md#actionsrerunjobforworkflowrun) | **POST** /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun | Re-run a job from a workflow run
*ActionsApi* | [**actionsReRunWorkflow**](docs/ActionsApi.md#actionsrerunworkflow) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/rerun | Re-run a workflow
*ActionsApi* | [**actionsReRunWorkflowFailedJobs**](docs/ActionsApi.md#actionsrerunworkflowfailedjobs) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs | Re-run failed jobs from a workflow run
*ActionsApi* | [**actionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionsremoveallcustomlabelsfromselfhostedrunnerfororg) | **DELETE** /orgs/{org}/actions/runners/{runner_id}/labels | Remove all custom labels from a self-hosted runner for an organization
*ActionsApi* | [**actionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionsremoveallcustomlabelsfromselfhostedrunnerforrepo) | **DELETE** /repos/{owner}/{repo}/actions/runners/{runner_id}/labels | Remove all custom labels from a self-hosted runner for a repository
*ActionsApi* | [**actionsRemoveCustomLabelFromSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionsremovecustomlabelfromselfhostedrunnerfororg) | **DELETE** /orgs/{org}/actions/runners/{runner_id}/labels/{name} | Remove a custom label from a self-hosted runner for an organization
*ActionsApi* | [**actionsRemoveCustomLabelFromSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionsremovecustomlabelfromselfhostedrunnerforrepo) | **DELETE** /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name} | Remove a custom label from a self-hosted runner for a repository
*ActionsApi* | [**actionsRemoveSelectedRepoFromOrgSecret**](docs/ActionsApi.md#actionsremoveselectedrepofromorgsecret) | **DELETE** /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id} | Remove selected repository from an organization secret
*ActionsApi* | [**actionsRemoveSelectedRepoFromOrgVariable**](docs/ActionsApi.md#actionsremoveselectedrepofromorgvariable) | **DELETE** /orgs/{org}/actions/variables/{name}/repositories/{repository_id} | Remove selected repository from an organization variable
*ActionsApi* | [**actionsReviewCustomGatesForRun**](docs/ActionsApi.md#actionsreviewcustomgatesforrun) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule | Review custom deployment protection rules for a workflow run
*ActionsApi* | [**actionsReviewPendingDeploymentsForRun**](docs/ActionsApi.md#actionsreviewpendingdeploymentsforrun) | **POST** /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments | Review pending deployments for a workflow run
*ActionsApi* | [**actionsSetAllowedActionsOrganization**](docs/ActionsApi.md#actionssetallowedactionsorganization) | **PUT** /orgs/{org}/actions/permissions/selected-actions | Set allowed actions and reusable workflows for an organization
*ActionsApi* | [**actionsSetAllowedActionsRepository**](docs/ActionsApi.md#actionssetallowedactionsrepository) | **PUT** /repos/{owner}/{repo}/actions/permissions/selected-actions | Set allowed actions and reusable workflows for a repository
*ActionsApi* | [**actionsSetCustomLabelsForSelfHostedRunnerForOrg**](docs/ActionsApi.md#actionssetcustomlabelsforselfhostedrunnerfororg) | **PUT** /orgs/{org}/actions/runners/{runner_id}/labels | Set custom labels for a self-hosted runner for an organization
*ActionsApi* | [**actionsSetCustomLabelsForSelfHostedRunnerForRepo**](docs/ActionsApi.md#actionssetcustomlabelsforselfhostedrunnerforrepo) | **PUT** /repos/{owner}/{repo}/actions/runners/{runner_id}/labels | Set custom labels for a self-hosted runner for a repository
*ActionsApi* | [**actionsSetCustomOidcSubClaimForRepo**](docs/ActionsApi.md#actionssetcustomoidcsubclaimforrepo) | **PUT** /repos/{owner}/{repo}/actions/oidc/customization/sub | Set the customization template for an OIDC subject claim for a repository
*ActionsApi* | [**actionsSetGithubActionsDefaultWorkflowPermissionsOrganization**](docs/ActionsApi.md#actionssetgithubactionsdefaultworkflowpermissionsorganization) | **PUT** /orgs/{org}/actions/permissions/workflow | Set default workflow permissions for an organization
*ActionsApi* | [**actionsSetGithubActionsDefaultWorkflowPermissionsRepository**](docs/ActionsApi.md#actionssetgithubactionsdefaultworkflowpermissionsrepository) | **PUT** /repos/{owner}/{repo}/actions/permissions/workflow | Set default workflow permissions for a repository
*ActionsApi* | [**actionsSetGithubActionsPermissionsOrganization**](docs/ActionsApi.md#actionssetgithubactionspermissionsorganization) | **PUT** /orgs/{org}/actions/permissions | Set GitHub Actions permissions for an organization
*ActionsApi* | [**actionsSetGithubActionsPermissionsRepository**](docs/ActionsApi.md#actionssetgithubactionspermissionsrepository) | **PUT** /repos/{owner}/{repo}/actions/permissions | Set GitHub Actions permissions for a repository
*ActionsApi* | [**actionsSetSelectedReposForOrgSecret**](docs/ActionsApi.md#actionssetselectedreposfororgsecret) | **PUT** /orgs/{org}/actions/secrets/{secret_name}/repositories | Set selected repositories for an organization secret
*ActionsApi* | [**actionsSetSelectedReposForOrgVariable**](docs/ActionsApi.md#actionssetselectedreposfororgvariable) | **PUT** /orgs/{org}/actions/variables/{name}/repositories | Set selected repositories for an organization variable
*ActionsApi* | [**actionsSetSelectedRepositoriesEnabledGithubActionsOrganization**](docs/ActionsApi.md#actionssetselectedrepositoriesenabledgithubactionsorganization) | **PUT** /orgs/{org}/actions/permissions/repositories | Set selected repositories enabled for GitHub Actions in an organization
*ActionsApi* | [**actionsSetWorkflowAccessToRepository**](docs/ActionsApi.md#actionssetworkflowaccesstorepository) | **PUT** /repos/{owner}/{repo}/actions/permissions/access | Set the level of access for workflows outside of the repository
*ActionsApi* | [**actionsUpdateEnvironmentVariable**](docs/ActionsApi.md#actionsupdateenvironmentvariable) | **PATCH** /repos/{owner}/{repo}/environments/{environment_name}/variables/{name} | Update an environment variable
*ActionsApi* | [**actionsUpdateOrgVariable**](docs/ActionsApi.md#actionsupdateorgvariable) | **PATCH** /orgs/{org}/actions/variables/{name} | Update an organization variable
*ActionsApi* | [**actionsUpdateRepoVariable**](docs/ActionsApi.md#actionsupdaterepovariable) | **PATCH** /repos/{owner}/{repo}/actions/variables/{name} | Update a repository variable
*ActivityApi* | [**activityCheckRepoIsStarredByAuthenticatedUser**](docs/ActivityApi.md#activitycheckrepoisstarredbyauthenticateduser) | **GET** /user/starred/{owner}/{repo} | Check if a repository is starred by the authenticated user
*ActivityApi* | [**activityDeleteRepoSubscription**](docs/ActivityApi.md#activitydeletereposubscription) | **DELETE** /repos/{owner}/{repo}/subscription | Delete a repository subscription
*ActivityApi* | [**activityDeleteThreadSubscription**](docs/ActivityApi.md#activitydeletethreadsubscription) | **DELETE** /notifications/threads/{thread_id}/subscription | Delete a thread subscription
*ActivityApi* | [**activityGetFeeds**](docs/ActivityApi.md#activitygetfeeds) | **GET** /feeds | Get feeds
*ActivityApi* | [**activityGetRepoSubscription**](docs/ActivityApi.md#activitygetreposubscription) | **GET** /repos/{owner}/{repo}/subscription | Get a repository subscription
*ActivityApi* | [**activityGetThread**](docs/ActivityApi.md#activitygetthread) | **GET** /notifications/threads/{thread_id} | Get a thread
*ActivityApi* | [**activityGetThreadSubscriptionForAuthenticatedUser**](docs/ActivityApi.md#activitygetthreadsubscriptionforauthenticateduser) | **GET** /notifications/threads/{thread_id}/subscription | Get a thread subscription for the authenticated user
*ActivityApi* | [**activityListEventsForAuthenticatedUser**](docs/ActivityApi.md#activitylisteventsforauthenticateduser) | **GET** /users/{username}/events | List events for the authenticated user
*ActivityApi* | [**activityListNotificationsForAuthenticatedUser**](docs/ActivityApi.md#activitylistnotificationsforauthenticateduser) | **GET** /notifications | List notifications for the authenticated user
*ActivityApi* | [**activityListOrgEventsForAuthenticatedUser**](docs/ActivityApi.md#activitylistorgeventsforauthenticateduser) | **GET** /users/{username}/events/orgs/{org} | List organization events for the authenticated user
*ActivityApi* | [**activityListPublicEvents**](docs/ActivityApi.md#activitylistpublicevents) | **GET** /events | List public events
*ActivityApi* | [**activityListPublicEventsForRepoNetwork**](docs/ActivityApi.md#activitylistpubliceventsforreponetwork) | **GET** /networks/{owner}/{repo}/events | List public events for a network of repositories
*ActivityApi* | [**activityListPublicEventsForUser**](docs/ActivityApi.md#activitylistpubliceventsforuser) | **GET** /users/{username}/events/public | List public events for a user
*ActivityApi* | [**activityListPublicOrgEvents**](docs/ActivityApi.md#activitylistpublicorgevents) | **GET** /orgs/{org}/events | List public organization events
*ActivityApi* | [**activityListReceivedEventsForUser**](docs/ActivityApi.md#activitylistreceivedeventsforuser) | **GET** /users/{username}/received_events | List events received by the authenticated user
*ActivityApi* | [**activityListReceivedPublicEventsForUser**](docs/ActivityApi.md#activitylistreceivedpubliceventsforuser) | **GET** /users/{username}/received_events/public | List public events received by a user
*ActivityApi* | [**activityListRepoEvents**](docs/ActivityApi.md#activitylistrepoevents) | **GET** /repos/{owner}/{repo}/events | List repository events
*ActivityApi* | [**activityListRepoNotificationsForAuthenticatedUser**](docs/ActivityApi.md#activitylistreponotificationsforauthenticateduser) | **GET** /repos/{owner}/{repo}/notifications | List repository notifications for the authenticated user
*ActivityApi* | [**activityListReposStarredByAuthenticatedUser**](docs/ActivityApi.md#activitylistreposstarredbyauthenticateduser) | **GET** /user/starred | List repositories starred by the authenticated user
*ActivityApi* | [**activityListReposStarredByUser**](docs/ActivityApi.md#activitylistreposstarredbyuser) | **GET** /users/{username}/starred | List repositories starred by a user
*ActivityApi* | [**activityListReposWatchedByUser**](docs/ActivityApi.md#activitylistreposwatchedbyuser) | **GET** /users/{username}/subscriptions | List repositories watched by a user
*ActivityApi* | [**activityListStargazersForRepo**](docs/ActivityApi.md#activityliststargazersforrepo) | **GET** /repos/{owner}/{repo}/stargazers | List stargazers
*ActivityApi* | [**activityListWatchedReposForAuthenticatedUser**](docs/ActivityApi.md#activitylistwatchedreposforauthenticateduser) | **GET** /user/subscriptions | List repositories watched by the authenticated user
*ActivityApi* | [**activityListWatchersForRepo**](docs/ActivityApi.md#activitylistwatchersforrepo) | **GET** /repos/{owner}/{repo}/subscribers | List watchers
*ActivityApi* | [**activityMarkNotificationsAsRead**](docs/ActivityApi.md#activitymarknotificationsasread) | **PUT** /notifications | Mark notifications as read
*ActivityApi* | [**activityMarkRepoNotificationsAsRead**](docs/ActivityApi.md#activitymarkreponotificationsasread) | **PUT** /repos/{owner}/{repo}/notifications | Mark repository notifications as read
*ActivityApi* | [**activityMarkThreadAsDone**](docs/ActivityApi.md#activitymarkthreadasdone) | **DELETE** /notifications/threads/{thread_id} | Mark a thread as done
*ActivityApi* | [**activityMarkThreadAsRead**](docs/ActivityApi.md#activitymarkthreadasread) | **PATCH** /notifications/threads/{thread_id} | Mark a thread as read
*ActivityApi* | [**activitySetRepoSubscription**](docs/ActivityApi.md#activitysetreposubscription) | **PUT** /repos/{owner}/{repo}/subscription | Set a repository subscription
*ActivityApi* | [**activitySetThreadSubscription**](docs/ActivityApi.md#activitysetthreadsubscription) | **PUT** /notifications/threads/{thread_id}/subscription | Set a thread subscription
*ActivityApi* | [**activityStarRepoForAuthenticatedUser**](docs/ActivityApi.md#activitystarrepoforauthenticateduser) | **PUT** /user/starred/{owner}/{repo} | Star a repository for the authenticated user
*ActivityApi* | [**activityUnstarRepoForAuthenticatedUser**](docs/ActivityApi.md#activityunstarrepoforauthenticateduser) | **DELETE** /user/starred/{owner}/{repo} | Unstar a repository for the authenticated user
*AppsApi* | [**appsAddRepoToInstallationForAuthenticatedUser**](docs/AppsApi.md#appsaddrepotoinstallationforauthenticateduser) | **PUT** /user/installations/{installation_id}/repositories/{repository_id} | Add a repository to an app installation
*AppsApi* | [**appsCheckToken**](docs/AppsApi.md#appschecktoken) | **POST** /applications/{client_id}/token | Check a token
*AppsApi* | [**appsCreateFromManifest**](docs/AppsApi.md#appscreatefrommanifest) | **POST** /app-manifests/{code}/conversions | Create a GitHub App from a manifest
*AppsApi* | [**appsCreateInstallationAccessToken**](docs/AppsApi.md#appscreateinstallationaccesstoken) | **POST** /app/installations/{installation_id}/access_tokens | Create an installation access token for an app
*AppsApi* | [**appsDeleteAuthorization**](docs/AppsApi.md#appsdeleteauthorization) | **DELETE** /applications/{client_id}/grant | Delete an app authorization
*AppsApi* | [**appsDeleteInstallation**](docs/AppsApi.md#appsdeleteinstallation) | **DELETE** /app/installations/{installation_id} | Delete an installation for the authenticated app
*AppsApi* | [**appsDeleteToken**](docs/AppsApi.md#appsdeletetoken) | **DELETE** /applications/{client_id}/token | Delete an app token
*AppsApi* | [**appsGetAuthenticated**](docs/AppsApi.md#appsgetauthenticated) | **GET** /app | Get the authenticated app
*AppsApi* | [**appsGetBySlug**](docs/AppsApi.md#appsgetbyslug) | **GET** /apps/{app_slug} | Get an app
*AppsApi* | [**appsGetInstallation**](docs/AppsApi.md#appsgetinstallation) | **GET** /app/installations/{installation_id} | Get an installation for the authenticated app
*AppsApi* | [**appsGetOrgInstallation**](docs/AppsApi.md#appsgetorginstallation) | **GET** /orgs/{org}/installation | Get an organization installation for the authenticated app
*AppsApi* | [**appsGetRepoInstallation**](docs/AppsApi.md#appsgetrepoinstallation) | **GET** /repos/{owner}/{repo}/installation | Get a repository installation for the authenticated app
*AppsApi* | [**appsGetSubscriptionPlanForAccount**](docs/AppsApi.md#appsgetsubscriptionplanforaccount) | **GET** /marketplace_listing/accounts/{account_id} | Get a subscription plan for an account
*AppsApi* | [**appsGetSubscriptionPlanForAccountStubbed**](docs/AppsApi.md#appsgetsubscriptionplanforaccountstubbed) | **GET** /marketplace_listing/stubbed/accounts/{account_id} | Get a subscription plan for an account (stubbed)
*AppsApi* | [**appsGetUserInstallation**](docs/AppsApi.md#appsgetuserinstallation) | **GET** /users/{username}/installation | Get a user installation for the authenticated app
*AppsApi* | [**appsGetWebhookConfigForApp**](docs/AppsApi.md#appsgetwebhookconfigforapp) | **GET** /app/hook/config | Get a webhook configuration for an app
*AppsApi* | [**appsGetWebhookDelivery**](docs/AppsApi.md#appsgetwebhookdelivery) | **GET** /app/hook/deliveries/{delivery_id} | Get a delivery for an app webhook
*AppsApi* | [**appsListAccountsForPlan**](docs/AppsApi.md#appslistaccountsforplan) | **GET** /marketplace_listing/plans/{plan_id}/accounts | List accounts for a plan
*AppsApi* | [**appsListAccountsForPlanStubbed**](docs/AppsApi.md#appslistaccountsforplanstubbed) | **GET** /marketplace_listing/stubbed/plans/{plan_id}/accounts | List accounts for a plan (stubbed)
*AppsApi* | [**appsListInstallationReposForAuthenticatedUser**](docs/AppsApi.md#appslistinstallationreposforauthenticateduser) | **GET** /user/installations/{installation_id}/repositories | List repositories accessible to the user access token
*AppsApi* | [**appsListInstallationRequestsForAuthenticatedApp**](docs/AppsApi.md#appslistinstallationrequestsforauthenticatedapp) | **GET** /app/installation-requests | List installation requests for the authenticated app
*AppsApi* | [**appsListInstallations**](docs/AppsApi.md#appslistinstallations) | **GET** /app/installations | List installations for the authenticated app
*AppsApi* | [**appsListInstallationsForAuthenticatedUser**](docs/AppsApi.md#appslistinstallationsforauthenticateduser) | **GET** /user/installations | List app installations accessible to the user access token
*AppsApi* | [**appsListPlans**](docs/AppsApi.md#appslistplans) | **GET** /marketplace_listing/plans | List plans
*AppsApi* | [**appsListPlansStubbed**](docs/AppsApi.md#appslistplansstubbed) | **GET** /marketplace_listing/stubbed/plans | List plans (stubbed)
*AppsApi* | [**appsListReposAccessibleToInstallation**](docs/AppsApi.md#appslistreposaccessibletoinstallation) | **GET** /installation/repositories | List repositories accessible to the app installation
*AppsApi* | [**appsListSubscriptionsForAuthenticatedUser**](docs/AppsApi.md#appslistsubscriptionsforauthenticateduser) | **GET** /user/marketplace_purchases | List subscriptions for the authenticated user
*AppsApi* | [**appsListSubscriptionsForAuthenticatedUserStubbed**](docs/AppsApi.md#appslistsubscriptionsforauthenticateduserstubbed) | **GET** /user/marketplace_purchases/stubbed | List subscriptions for the authenticated user (stubbed)
*AppsApi* | [**appsListWebhookDeliveries**](docs/AppsApi.md#appslistwebhookdeliveries) | **GET** /app/hook/deliveries | List deliveries for an app webhook
*AppsApi* | [**appsRedeliverWebhookDelivery**](docs/AppsApi.md#appsredeliverwebhookdelivery) | **POST** /app/hook/deliveries/{delivery_id}/attempts | Redeliver a delivery for an app webhook
*AppsApi* | [**appsRemoveRepoFromInstallationForAuthenticatedUser**](docs/AppsApi.md#appsremoverepofrominstallationforauthenticateduser) | **DELETE** /user/installations/{installation_id}/repositories/{repository_id} | Remove a repository from an app installation
*AppsApi* | [**appsResetToken**](docs/AppsApi.md#appsresettoken) | **PATCH** /applications/{client_id}/token | Reset a token
*AppsApi* | [**appsRevokeInstallationAccessToken**](docs/AppsApi.md#appsrevokeinstallationaccesstoken) | **DELETE** /installation/token | Revoke an installation access token
*AppsApi* | [**appsScopeToken**](docs/AppsApi.md#appsscopetoken) | **POST** /applications/{client_id}/token/scoped | Create a scoped access token
*AppsApi* | [**appsSuspendInstallation**](docs/AppsApi.md#appssuspendinstallation) | **PUT** /app/installations/{installation_id}/suspended | Suspend an app installation
*AppsApi* | [**appsUnsuspendInstallation**](docs/AppsApi.md#appsunsuspendinstallation) | **DELETE** /app/installations/{installation_id}/suspended | Unsuspend an app installation
*AppsApi* | [**appsUpdateWebhookConfigForApp**](docs/AppsApi.md#appsupdatewebhookconfigforapp) | **PATCH** /app/hook/config | Update a webhook configuration for an app
*BillingApi* | [**billingGetGithubActionsBillingOrg**](docs/BillingApi.md#billinggetgithubactionsbillingorg) | **GET** /orgs/{org}/settings/billing/actions | Get GitHub Actions billing for an organization
*BillingApi* | [**billingGetGithubActionsBillingUser**](docs/BillingApi.md#billinggetgithubactionsbillinguser) | **GET** /users/{username}/settings/billing/actions | Get GitHub Actions billing for a user
*BillingApi* | [**billingGetGithubPackagesBillingOrg**](docs/BillingApi.md#billinggetgithubpackagesbillingorg) | **GET** /orgs/{org}/settings/billing/packages | Get GitHub Packages billing for an organization
*BillingApi* | [**billingGetGithubPackagesBillingUser**](docs/BillingApi.md#billinggetgithubpackagesbillinguser) | **GET** /users/{username}/settings/billing/packages | Get GitHub Packages billing for a user
*BillingApi* | [**billingGetSharedStorageBillingOrg**](docs/BillingApi.md#billinggetsharedstoragebillingorg) | **GET** /orgs/{org}/settings/billing/shared-storage | Get shared storage billing for an organization
*BillingApi* | [**billingGetSharedStorageBillingUser**](docs/BillingApi.md#billinggetsharedstoragebillinguser) | **GET** /users/{username}/settings/billing/shared-storage | Get shared storage billing for a user
*ChecksApi* | [**checksCreate**](docs/ChecksApi.md#checkscreate) | **POST** /repos/{owner}/{repo}/check-runs | Create a check run
*ChecksApi* | [**checksCreateSuite**](docs/ChecksApi.md#checkscreatesuite) | **POST** /repos/{owner}/{repo}/check-suites | Create a check suite
*ChecksApi* | [**checksGet**](docs/ChecksApi.md#checksget) | **GET** /repos/{owner}/{repo}/check-runs/{check_run_id} | Get a check run
*ChecksApi* | [**checksGetSuite**](docs/ChecksApi.md#checksgetsuite) | **GET** /repos/{owner}/{repo}/check-suites/{check_suite_id} | Get a check suite
*ChecksApi* | [**checksListAnnotations**](docs/ChecksApi.md#checkslistannotations) | **GET** /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations | List check run annotations
*ChecksApi* | [**checksListForRef**](docs/ChecksApi.md#checkslistforref) | **GET** /repos/{owner}/{repo}/commits/{ref}/check-runs | List check runs for a Git reference
*ChecksApi* | [**checksListForSuite**](docs/ChecksApi.md#checkslistforsuite) | **GET** /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs | List check runs in a check suite
*ChecksApi* | [**checksListSuitesForRef**](docs/ChecksApi.md#checkslistsuitesforref) | **GET** /repos/{owner}/{repo}/commits/{ref}/check-suites | List check suites for a Git reference
*ChecksApi* | [**checksRerequestRun**](docs/ChecksApi.md#checksrerequestrun) | **POST** /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest | Rerequest a check run
*ChecksApi* | [**checksRerequestSuite**](docs/ChecksApi.md#checksrerequestsuite) | **POST** /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest | Rerequest a check suite
*ChecksApi* | [**checksSetSuitesPreferences**](docs/ChecksApi.md#checkssetsuitespreferences) | **PATCH** /repos/{owner}/{repo}/check-suites/preferences | Update repository preferences for check suites
*ChecksApi* | [**checksUpdate**](docs/ChecksApi.md#checksupdate) | **PATCH** /repos/{owner}/{repo}/check-runs/{check_run_id} | Update a check run
*ClassroomApi* | [**classroomGetAClassroom**](docs/ClassroomApi.md#classroomgetaclassroom) | **GET** /classrooms/{classroom_id} | Get a classroom
*ClassroomApi* | [**classroomGetAnAssignment**](docs/ClassroomApi.md#classroomgetanassignment) | **GET** /assignments/{assignment_id} | Get an assignment
*ClassroomApi* | [**classroomGetAssignmentGrades**](docs/ClassroomApi.md#classroomgetassignmentgrades) | **GET** /assignments/{assignment_id}/grades | Get assignment grades
*ClassroomApi* | [**classroomListAcceptedAssigmentsForAnAssignment**](docs/ClassroomApi.md#classroomlistacceptedassigmentsforanassignment) | **GET** /assignments/{assignment_id}/accepted_assignments | List accepted assignments for an assignment
*ClassroomApi* | [**classroomListAssignmentsForAClassroom**](docs/ClassroomApi.md#classroomlistassignmentsforaclassroom) | **GET** /classrooms/{classroom_id}/assignments | List assignments for a classroom
*ClassroomApi* | [**classroomListClassrooms**](docs/ClassroomApi.md#classroomlistclassrooms) | **GET** /classrooms | List classrooms
*CodeScanningApi* | [**codeScanningDeleteAnalysis**](docs/CodeScanningApi.md#codescanningdeleteanalysis) | **DELETE** /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id} | Delete a code scanning analysis from a repository
*CodeScanningApi* | [**codeScanningGetAlert**](docs/CodeScanningApi.md#codescanninggetalert) | **GET** /repos/{owner}/{repo}/code-scanning/alerts/{alert_number} | Get a code scanning alert
*CodeScanningApi* | [**codeScanningGetAnalysis**](docs/CodeScanningApi.md#codescanninggetanalysis) | **GET** /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id} | Get a code scanning analysis for a repository
*CodeScanningApi* | [**codeScanningGetCodeqlDatabase**](docs/CodeScanningApi.md#codescanninggetcodeqldatabase) | **GET** /repos/{owner}/{repo}/code-scanning/codeql/databases/{language} | Get a CodeQL database for a repository
*CodeScanningApi* | [**codeScanningGetDefaultSetup**](docs/CodeScanningApi.md#codescanninggetdefaultsetup) | **GET** /repos/{owner}/{repo}/code-scanning/default-setup | Get a code scanning default setup configuration
*CodeScanningApi* | [**codeScanningGetSarif**](docs/CodeScanningApi.md#codescanninggetsarif) | **GET** /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id} | Get information about a SARIF upload
*CodeScanningApi* | [**codeScanningListAlertInstances**](docs/CodeScanningApi.md#codescanninglistalertinstances) | **GET** /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances | List instances of a code scanning alert
*CodeScanningApi* | [**codeScanningListAlertsForOrg**](docs/CodeScanningApi.md#codescanninglistalertsfororg) | **GET** /orgs/{org}/code-scanning/alerts | List code scanning alerts for an organization
*CodeScanningApi* | [**codeScanningListAlertsForRepo**](docs/CodeScanningApi.md#codescanninglistalertsforrepo) | **GET** /repos/{owner}/{repo}/code-scanning/alerts | List code scanning alerts for a repository
*CodeScanningApi* | [**codeScanningListCodeqlDatabases**](docs/CodeScanningApi.md#codescanninglistcodeqldatabases) | **GET** /repos/{owner}/{repo}/code-scanning/codeql/databases | List CodeQL databases for a repository
*CodeScanningApi* | [**codeScanningListRecentAnalyses**](docs/CodeScanningApi.md#codescanninglistrecentanalyses) | **GET** /repos/{owner}/{repo}/code-scanning/analyses | List code scanning analyses for a repository
*CodeScanningApi* | [**codeScanningUpdateAlert**](docs/CodeScanningApi.md#codescanningupdatealert) | **PATCH** /repos/{owner}/{repo}/code-scanning/alerts/{alert_number} | Update a code scanning alert
*CodeScanningApi* | [**codeScanningUpdateDefaultSetup**](docs/CodeScanningApi.md#codescanningupdatedefaultsetup) | **PATCH** /repos/{owner}/{repo}/code-scanning/default-setup | Update a code scanning default setup configuration
*CodeScanningApi* | [**codeScanningUploadSarif**](docs/CodeScanningApi.md#codescanninguploadsarif) | **POST** /repos/{owner}/{repo}/code-scanning/sarifs | Upload an analysis as SARIF data
*CodesOfConductApi* | [**codesOfConductGetAllCodesOfConduct**](docs/CodesOfConductApi.md#codesofconductgetallcodesofconduct) | **GET** /codes_of_conduct | Get all codes of conduct
*CodesOfConductApi* | [**codesOfConductGetConductCode**](docs/CodesOfConductApi.md#codesofconductgetconductcode) | **GET** /codes_of_conduct/{key} | Get a code of conduct
*CodespacesApi* | [**codespacesAddRepositoryForSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacesaddrepositoryforsecretforauthenticateduser) | **PUT** /user/codespaces/secrets/{secret_name}/repositories/{repository_id} | Add a selected repository to a user secret
*CodespacesApi* | [**codespacesAddSelectedRepoToOrgSecret**](docs/CodespacesApi.md#codespacesaddselectedrepotoorgsecret) | **PUT** /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id} | Add selected repository to an organization secret
*CodespacesApi* | [**codespacesCheckPermissionsForDevcontainer**](docs/CodespacesApi.md#codespacescheckpermissionsfordevcontainer) | **GET** /repos/{owner}/{repo}/codespaces/permissions_check | Check if permissions defined by a devcontainer have been accepted by the authenticated user
*CodespacesApi* | [**codespacesCodespaceMachinesForAuthenticatedUser**](docs/CodespacesApi.md#codespacescodespacemachinesforauthenticateduser) | **GET** /user/codespaces/{codespace_name}/machines | List machine types for a codespace
*CodespacesApi* | [**codespacesCreateForAuthenticatedUser**](docs/CodespacesApi.md#codespacescreateforauthenticateduser) | **POST** /user/codespaces | Create a codespace for the authenticated user
*CodespacesApi* | [**codespacesCreateOrUpdateOrgSecret**](docs/CodespacesApi.md#codespacescreateorupdateorgsecret) | **PUT** /orgs/{org}/codespaces/secrets/{secret_name} | Create or update an organization secret
*CodespacesApi* | [**codespacesCreateOrUpdateRepoSecret**](docs/CodespacesApi.md#codespacescreateorupdatereposecret) | **PUT** /repos/{owner}/{repo}/codespaces/secrets/{secret_name} | Create or update a repository secret
*CodespacesApi* | [**codespacesCreateOrUpdateSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacescreateorupdatesecretforauthenticateduser) | **PUT** /user/codespaces/secrets/{secret_name} | Create or update a secret for the authenticated user
*CodespacesApi* | [**codespacesCreateWithPrForAuthenticatedUser**](docs/CodespacesApi.md#codespacescreatewithprforauthenticateduser) | **POST** /repos/{owner}/{repo}/pulls/{pull_number}/codespaces | Create a codespace from a pull request
*CodespacesApi* | [**codespacesCreateWithRepoForAuthenticatedUser**](docs/CodespacesApi.md#codespacescreatewithrepoforauthenticateduser) | **POST** /repos/{owner}/{repo}/codespaces | Create a codespace in a repository
*CodespacesApi* | [**codespacesDeleteCodespacesAccessUsers**](docs/CodespacesApi.md#codespacesdeletecodespacesaccessusers) | **DELETE** /orgs/{org}/codespaces/access/selected_users | Remove users from Codespaces access for an organization
*CodespacesApi* | [**codespacesDeleteForAuthenticatedUser**](docs/CodespacesApi.md#codespacesdeleteforauthenticateduser) | **DELETE** /user/codespaces/{codespace_name} | Delete a codespace for the authenticated user
*CodespacesApi* | [**codespacesDeleteFromOrganization**](docs/CodespacesApi.md#codespacesdeletefromorganization) | **DELETE** /orgs/{org}/members/{username}/codespaces/{codespace_name} | Delete a codespace from the organization
*CodespacesApi* | [**codespacesDeleteOrgSecret**](docs/CodespacesApi.md#codespacesdeleteorgsecret) | **DELETE** /orgs/{org}/codespaces/secrets/{secret_name} | Delete an organization secret
*CodespacesApi* | [**codespacesDeleteRepoSecret**](docs/CodespacesApi.md#codespacesdeletereposecret) | **DELETE** /repos/{owner}/{repo}/codespaces/secrets/{secret_name} | Delete a repository secret
*CodespacesApi* | [**codespacesDeleteSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacesdeletesecretforauthenticateduser) | **DELETE** /user/codespaces/secrets/{secret_name} | Delete a secret for the authenticated user
*CodespacesApi* | [**codespacesExportForAuthenticatedUser**](docs/CodespacesApi.md#codespacesexportforauthenticateduser) | **POST** /user/codespaces/{codespace_name}/exports | Export a codespace for the authenticated user
*CodespacesApi* | [**codespacesGetCodespacesForUserInOrg**](docs/CodespacesApi.md#codespacesgetcodespacesforuserinorg) | **GET** /orgs/{org}/members/{username}/codespaces | List codespaces for a user in organization
*CodespacesApi* | [**codespacesGetExportDetailsForAuthenticatedUser**](docs/CodespacesApi.md#codespacesgetexportdetailsforauthenticateduser) | **GET** /user/codespaces/{codespace_name}/exports/{export_id} | Get details about a codespace export
*CodespacesApi* | [**codespacesGetForAuthenticatedUser**](docs/CodespacesApi.md#codespacesgetforauthenticateduser) | **GET** /user/codespaces/{codespace_name} | Get a codespace for the authenticated user
*CodespacesApi* | [**codespacesGetOrgPublicKey**](docs/CodespacesApi.md#codespacesgetorgpublickey) | **GET** /orgs/{org}/codespaces/secrets/public-key | Get an organization public key
*CodespacesApi* | [**codespacesGetOrgSecret**](docs/CodespacesApi.md#codespacesgetorgsecret) | **GET** /orgs/{org}/codespaces/secrets/{secret_name} | Get an organization secret
*CodespacesApi* | [**codespacesGetPublicKeyForAuthenticatedUser**](docs/CodespacesApi.md#codespacesgetpublickeyforauthenticateduser) | **GET** /user/codespaces/secrets/public-key | Get public key for the authenticated user
*CodespacesApi* | [**codespacesGetRepoPublicKey**](docs/CodespacesApi.md#codespacesgetrepopublickey) | **GET** /repos/{owner}/{repo}/codespaces/secrets/public-key | Get a repository public key
*CodespacesApi* | [**codespacesGetRepoSecret**](docs/CodespacesApi.md#codespacesgetreposecret) | **GET** /repos/{owner}/{repo}/codespaces/secrets/{secret_name} | Get a repository secret
*CodespacesApi* | [**codespacesGetSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacesgetsecretforauthenticateduser) | **GET** /user/codespaces/secrets/{secret_name} | Get a secret for the authenticated user
*CodespacesApi* | [**codespacesListDevcontainersInRepositoryForAuthenticatedUser**](docs/CodespacesApi.md#codespaceslistdevcontainersinrepositoryforauthenticateduser) | **GET** /repos/{owner}/{repo}/codespaces/devcontainers | List devcontainer configurations in a repository for the authenticated user
*CodespacesApi* | [**codespacesListForAuthenticatedUser**](docs/CodespacesApi.md#codespaceslistforauthenticateduser) | **GET** /user/codespaces | List codespaces for the authenticated user
*CodespacesApi* | [**codespacesListInOrganization**](docs/CodespacesApi.md#codespaceslistinorganization) | **GET** /orgs/{org}/codespaces | List codespaces for the organization
*CodespacesApi* | [**codespacesListInRepositoryForAuthenticatedUser**](docs/CodespacesApi.md#codespaceslistinrepositoryforauthenticateduser) | **GET** /repos/{owner}/{repo}/codespaces | List codespaces in a repository for the authenticated user
*CodespacesApi* | [**codespacesListOrgSecrets**](docs/CodespacesApi.md#codespaceslistorgsecrets) | **GET** /orgs/{org}/codespaces/secrets | List organization secrets
*CodespacesApi* | [**codespacesListRepoSecrets**](docs/CodespacesApi.md#codespaceslistreposecrets) | **GET** /repos/{owner}/{repo}/codespaces/secrets | List repository secrets
*CodespacesApi* | [**codespacesListRepositoriesForSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespaceslistrepositoriesforsecretforauthenticateduser) | **GET** /user/codespaces/secrets/{secret_name}/repositories | List selected repositories for a user secret
*CodespacesApi* | [**codespacesListSecretsForAuthenticatedUser**](docs/CodespacesApi.md#codespaceslistsecretsforauthenticateduser) | **GET** /user/codespaces/secrets | List secrets for the authenticated user
*CodespacesApi* | [**codespacesListSelectedReposForOrgSecret**](docs/CodespacesApi.md#codespaceslistselectedreposfororgsecret) | **GET** /orgs/{org}/codespaces/secrets/{secret_name}/repositories | List selected repositories for an organization secret
*CodespacesApi* | [**codespacesPreFlightWithRepoForAuthenticatedUser**](docs/CodespacesApi.md#codespacespreflightwithrepoforauthenticateduser) | **GET** /repos/{owner}/{repo}/codespaces/new | Get default attributes for a codespace
*CodespacesApi* | [**codespacesPublishForAuthenticatedUser**](docs/CodespacesApi.md#codespacespublishforauthenticateduser) | **POST** /user/codespaces/{codespace_name}/publish | Create a repository from an unpublished codespace
*CodespacesApi* | [**codespacesRemoveRepositoryForSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacesremoverepositoryforsecretforauthenticateduser) | **DELETE** /user/codespaces/secrets/{secret_name}/repositories/{repository_id} | Remove a selected repository from a user secret
*CodespacesApi* | [**codespacesRemoveSelectedRepoFromOrgSecret**](docs/CodespacesApi.md#codespacesremoveselectedrepofromorgsecret) | **DELETE** /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id} | Remove selected repository from an organization secret
*CodespacesApi* | [**codespacesRepoMachinesForAuthenticatedUser**](docs/CodespacesApi.md#codespacesrepomachinesforauthenticateduser) | **GET** /repos/{owner}/{repo}/codespaces/machines | List available machine types for a repository
*CodespacesApi* | [**codespacesSetCodespacesAccess**](docs/CodespacesApi.md#codespacessetcodespacesaccess) | **PUT** /orgs/{org}/codespaces/access | Manage access control for organization codespaces
*CodespacesApi* | [**codespacesSetCodespacesAccessUsers**](docs/CodespacesApi.md#codespacessetcodespacesaccessusers) | **POST** /orgs/{org}/codespaces/access/selected_users | Add users to Codespaces access for an organization
*CodespacesApi* | [**codespacesSetRepositoriesForSecretForAuthenticatedUser**](docs/CodespacesApi.md#codespacessetrepositoriesforsecretforauthenticateduser) | **PUT** /user/codespaces/secrets/{secret_name}/repositories | Set selected repositories for a user secret
*CodespacesApi* | [**codespacesSetSelectedReposForOrgSecret**](docs/CodespacesApi.md#codespacessetselectedreposfororgsecret) | **PUT** /orgs/{org}/codespaces/secrets/{secret_name}/repositories | Set selected repositories for an organization secret
*CodespacesApi* | [**codespacesStartForAuthenticatedUser**](docs/CodespacesApi.md#codespacesstartforauthenticateduser) | **POST** /user/codespaces/{codespace_name}/start | Start a codespace for the authenticated user
*CodespacesApi* | [**codespacesStopForAuthenticatedUser**](docs/CodespacesApi.md#codespacesstopforauthenticateduser) | **POST** /user/codespaces/{codespace_name}/stop | Stop a codespace for the authenticated user
*CodespacesApi* | [**codespacesStopInOrganization**](docs/CodespacesApi.md#codespacesstopinorganization) | **POST** /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop | Stop a codespace for an organization user
*CodespacesApi* | [**codespacesUpdateForAuthenticatedUser**](docs/CodespacesApi.md#codespacesupdateforauthenticateduser) | **PATCH** /user/codespaces/{codespace_name} | Update a codespace for the authenticated user
*CopilotApi* | [**copilotAddCopilotSeatsForTeams**](docs/CopilotApi.md#copilotaddcopilotseatsforteams) | **POST** /orgs/{org}/copilot/billing/selected_teams | Add teams to the Copilot subscription for an organization
*CopilotApi* | [**copilotAddCopilotSeatsForUsers**](docs/CopilotApi.md#copilotaddcopilotseatsforusers) | **POST** /orgs/{org}/copilot/billing/selected_users | Add users to the Copilot subscription for an organization
*CopilotApi* | [**copilotCancelCopilotSeatAssignmentForTeams**](docs/CopilotApi.md#copilotcancelcopilotseatassignmentforteams) | **DELETE** /orgs/{org}/copilot/billing/selected_teams | Remove teams from the Copilot subscription for an organization
*CopilotApi* | [**copilotCancelCopilotSeatAssignmentForUsers**](docs/CopilotApi.md#copilotcancelcopilotseatassignmentforusers) | **DELETE** /orgs/{org}/copilot/billing/selected_users | Remove users from the Copilot subscription for an organization
*CopilotApi* | [**copilotGetCopilotOrganizationDetails**](docs/CopilotApi.md#copilotgetcopilotorganizationdetails) | **GET** /orgs/{org}/copilot/billing | Get Copilot seat information and settings for an organization
*CopilotApi* | [**copilotGetCopilotSeatDetailsForUser**](docs/CopilotApi.md#copilotgetcopilotseatdetailsforuser) | **GET** /orgs/{org}/members/{username}/copilot | Get Copilot seat assignment details for a user
*CopilotApi* | [**copilotListCopilotSeats**](docs/CopilotApi.md#copilotlistcopilotseats) | **GET** /orgs/{org}/copilot/billing/seats | List all Copilot seat assignments for an organization
*DependabotApi* | [**dependabotAddSelectedRepoToOrgSecret**](docs/DependabotApi.md#dependabotaddselectedrepotoorgsecret) | **PUT** /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id} | Add selected repository to an organization secret
*DependabotApi* | [**dependabotCreateOrUpdateOrgSecret**](docs/DependabotApi.md#dependabotcreateorupdateorgsecret) | **PUT** /orgs/{org}/dependabot/secrets/{secret_name} | Create or update an organization secret
*DependabotApi* | [**dependabotCreateOrUpdateRepoSecret**](docs/DependabotApi.md#dependabotcreateorupdatereposecret) | **PUT** /repos/{owner}/{repo}/dependabot/secrets/{secret_name} | Create or update a repository secret
*DependabotApi* | [**dependabotDeleteOrgSecret**](docs/DependabotApi.md#dependabotdeleteorgsecret) | **DELETE** /orgs/{org}/dependabot/secrets/{secret_name} | Delete an organization secret
*DependabotApi* | [**dependabotDeleteRepoSecret**](docs/DependabotApi.md#dependabotdeletereposecret) | **DELETE** /repos/{owner}/{repo}/dependabot/secrets/{secret_name} | Delete a repository secret
*DependabotApi* | [**dependabotGetAlert**](docs/DependabotApi.md#dependabotgetalert) | **GET** /repos/{owner}/{repo}/dependabot/alerts/{alert_number} | Get a Dependabot alert
*DependabotApi* | [**dependabotGetOrgPublicKey**](docs/DependabotApi.md#dependabotgetorgpublickey) | **GET** /orgs/{org}/dependabot/secrets/public-key | Get an organization public key
*DependabotApi* | [**dependabotGetOrgSecret**](docs/DependabotApi.md#dependabotgetorgsecret) | **GET** /orgs/{org}/dependabot/secrets/{secret_name} | Get an organization secret
*DependabotApi* | [**dependabotGetRepoPublicKey**](docs/DependabotApi.md#dependabotgetrepopublickey) | **GET** /repos/{owner}/{repo}/dependabot/secrets/public-key | Get a repository public key
*DependabotApi* | [**dependabotGetRepoSecret**](docs/DependabotApi.md#dependabotgetreposecret) | **GET** /repos/{owner}/{repo}/dependabot/secrets/{secret_name} | Get a repository secret
*DependabotApi* | [**dependabotListAlertsForEnterprise**](docs/DependabotApi.md#dependabotlistalertsforenterprise) | **GET** /enterprises/{enterprise}/dependabot/alerts | List Dependabot alerts for an enterprise
*DependabotApi* | [**dependabotListAlertsForOrg**](docs/DependabotApi.md#dependabotlistalertsfororg) | **GET** /orgs/{org}/dependabot/alerts | List Dependabot alerts for an organization
*DependabotApi* | [**dependabotListAlertsForRepo**](docs/DependabotApi.md#dependabotlistalertsforrepo) | **GET** /repos/{owner}/{repo}/dependabot/alerts | List Dependabot alerts for a repository
*DependabotApi* | [**dependabotListOrgSecrets**](docs/DependabotApi.md#dependabotlistorgsecrets) | **GET** /orgs/{org}/dependabot/secrets | List organization secrets
*DependabotApi* | [**dependabotListRepoSecrets**](docs/DependabotApi.md#dependabotlistreposecrets) | **GET** /repos/{owner}/{repo}/dependabot/secrets | List repository secrets
*DependabotApi* | [**dependabotListSelectedReposForOrgSecret**](docs/DependabotApi.md#dependabotlistselectedreposfororgsecret) | **GET** /orgs/{org}/dependabot/secrets/{secret_name}/repositories | List selected repositories for an organization secret
*DependabotApi* | [**dependabotRemoveSelectedRepoFromOrgSecret**](docs/DependabotApi.md#dependabotremoveselectedrepofromorgsecret) | **DELETE** /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id} | Remove selected repository from an organization secret
*DependabotApi* | [**dependabotSetSelectedReposForOrgSecret**](docs/DependabotApi.md#dependabotsetselectedreposfororgsecret) | **PUT** /orgs/{org}/dependabot/secrets/{secret_name}/repositories | Set selected repositories for an organization secret
*DependabotApi* | [**dependabotUpdateAlert**](docs/DependabotApi.md#dependabotupdatealert) | **PATCH** /repos/{owner}/{repo}/dependabot/alerts/{alert_number} | Update a Dependabot alert
*DependencyGraphApi* | [**dependencyGraphCreateRepositorySnapshot**](docs/DependencyGraphApi.md#dependencygraphcreaterepositorysnapshot) | **POST** /repos/{owner}/{repo}/dependency-graph/snapshots | Create a snapshot of dependencies for a repository
*DependencyGraphApi* | [**dependencyGraphDiffRange**](docs/DependencyGraphApi.md#dependencygraphdiffrange) | **GET** /repos/{owner}/{repo}/dependency-graph/compare/{basehead} | Get a diff of the dependencies between commits
*DependencyGraphApi* | [**dependencyGraphExportSbom**](docs/DependencyGraphApi.md#dependencygraphexportsbom) | **GET** /repos/{owner}/{repo}/dependency-graph/sbom | Export a software bill of materials (SBOM) for a repository.
*EmojisApi* | [**emojisGet**](docs/EmojisApi.md#emojisget) | **GET** /emojis | Get emojis
*GistsApi* | [**gistsCheckIsStarred**](docs/GistsApi.md#gistscheckisstarred) | **GET** /gists/{gist_id}/star | Check if a gist is starred
*GistsApi* | [**gistsCreate**](docs/GistsApi.md#gistscreate) | **POST** /gists | Create a gist
*GistsApi* | [**gistsCreateComment**](docs/GistsApi.md#gistscreatecomment) | **POST** /gists/{gist_id}/comments | Create a gist comment
*GistsApi* | [**gistsDelete**](docs/GistsApi.md#gistsdelete) | **DELETE** /gists/{gist_id} | Delete a gist
*GistsApi* | [**gistsDeleteComment**](docs/GistsApi.md#gistsdeletecomment) | **DELETE** /gists/{gist_id}/comments/{comment_id} | Delete a gist comment
*GistsApi* | [**gistsFork**](docs/GistsApi.md#gistsfork) | **POST** /gists/{gist_id}/forks | Fork a gist
*GistsApi* | [**gistsGet**](docs/GistsApi.md#gistsget) | **GET** /gists/{gist_id} | Get a gist
*GistsApi* | [**gistsGetComment**](docs/GistsApi.md#gistsgetcomment) | **GET** /gists/{gist_id}/comments/{comment_id} | Get a gist comment
*GistsApi* | [**gistsGetRevision**](docs/GistsApi.md#gistsgetrevision) | **GET** /gists/{gist_id}/{sha} | Get a gist revision
*GistsApi* | [**gistsList**](docs/GistsApi.md#gistslist) | **GET** /gists | List gists for the authenticated user
*GistsApi* | [**gistsListComments**](docs/GistsApi.md#gistslistcomments) | **GET** /gists/{gist_id}/comments | List gist comments
*GistsApi* | [**gistsListCommits**](docs/GistsApi.md#gistslistcommits) | **GET** /gists/{gist_id}/commits | List gist commits
*GistsApi* | [**gistsListForUser**](docs/GistsApi.md#gistslistforuser) | **GET** /users/{username}/gists | List gists for a user
*GistsApi* | [**gistsListForks**](docs/GistsApi.md#gistslistforks) | **GET** /gists/{gist_id}/forks | List gist forks
*GistsApi* | [**gistsListPublic**](docs/GistsApi.md#gistslistpublic) | **GET** /gists/public | List public gists
*GistsApi* | [**gistsListStarred**](docs/GistsApi.md#gistsliststarred) | **GET** /gists/starred | List starred gists
*GistsApi* | [**gistsStar**](docs/GistsApi.md#gistsstar) | **PUT** /gists/{gist_id}/star | Star a gist
*GistsApi* | [**gistsUnstar**](docs/GistsApi.md#gistsunstar) | **DELETE** /gists/{gist_id}/star | Unstar a gist
*GistsApi* | [**gistsUpdate**](docs/GistsApi.md#gistsupdate) | **PATCH** /gists/{gist_id} | Update a gist
*GistsApi* | [**gistsUpdateComment**](docs/GistsApi.md#gistsupdatecomment) | **PATCH** /gists/{gist_id}/comments/{comment_id} | Update a gist comment
*GitApi* | [**gitCreateBlob**](docs/GitApi.md#gitcreateblob) | **POST** /repos/{owner}/{repo}/git/blobs | Create a blob
*GitApi* | [**gitCreateCommit**](docs/GitApi.md#gitcreatecommit) | **POST** /repos/{owner}/{repo}/git/commits | Create a commit
*GitApi* | [**gitCreateRef**](docs/GitApi.md#gitcreateref) | **POST** /repos/{owner}/{repo}/git/refs | Create a reference
*GitApi* | [**gitCreateTag**](docs/GitApi.md#gitcreatetag) | **POST** /repos/{owner}/{repo}/git/tags | Create a tag object
*GitApi* | [**gitCreateTree**](docs/GitApi.md#gitcreatetree) | **POST** /repos/{owner}/{repo}/git/trees | Create a tree
*GitApi* | [**gitDeleteRef**](docs/GitApi.md#gitdeleteref) | **DELETE** /repos/{owner}/{repo}/git/refs/{ref} | Delete a reference
*GitApi* | [**gitGetBlob**](docs/GitApi.md#gitgetblob) | **GET** /repos/{owner}/{repo}/git/blobs/{file_sha} | Get a blob
*GitApi* | [**gitGetCommit**](docs/GitApi.md#gitgetcommit) | **GET** /repos/{owner}/{repo}/git/commits/{commit_sha} | Get a commit object
*GitApi* | [**gitGetRef**](docs/GitApi.md#gitgetref) | **GET** /repos/{owner}/{repo}/git/ref/{ref} | Get a reference
*GitApi* | [**gitGetTag**](docs/GitApi.md#gitgettag) | **GET** /repos/{owner}/{repo}/git/tags/{tag_sha} | Get a tag
*GitApi* | [**gitGetTree**](docs/GitApi.md#gitgettree) | **GET** /repos/{owner}/{repo}/git/trees/{tree_sha} | Get a tree
*GitApi* | [**gitListMatchingRefs**](docs/GitApi.md#gitlistmatchingrefs) | **GET** /repos/{owner}/{repo}/git/matching-refs/{ref} | List matching references
*GitApi* | [**gitUpdateRef**](docs/GitApi.md#gitupdateref) | **PATCH** /repos/{owner}/{repo}/git/refs/{ref} | Update a reference
*GitignoreApi* | [**gitignoreGetAllTemplates**](docs/GitignoreApi.md#gitignoregetalltemplates) | **GET** /gitignore/templates | Get all gitignore templates
*GitignoreApi* | [**gitignoreGetTemplate**](docs/GitignoreApi.md#gitignoregettemplate) | **GET** /gitignore/templates/{name} | Get a gitignore template
*InteractionsApi* | [**interactionsGetRestrictionsForAuthenticatedUser**](docs/InteractionsApi.md#interactionsgetrestrictionsforauthenticateduser) | **GET** /user/interaction-limits | Get interaction restrictions for your public repositories
*InteractionsApi* | [**interactionsGetRestrictionsForOrg**](docs/InteractionsApi.md#interactionsgetrestrictionsfororg) | **GET** /orgs/{org}/interaction-limits | Get interaction restrictions for an organization
*InteractionsApi* | [**interactionsGetRestrictionsForRepo**](docs/InteractionsApi.md#interactionsgetrestrictionsforrepo) | **GET** /repos/{owner}/{repo}/interaction-limits | Get interaction restrictions for a repository
*InteractionsApi* | [**interactionsRemoveRestrictionsForAuthenticatedUser**](docs/InteractionsApi.md#interactionsremoverestrictionsforauthenticateduser) | **DELETE** /user/interaction-limits | Remove interaction restrictions from your public repositories
*InteractionsApi* | [**interactionsRemoveRestrictionsForOrg**](docs/InteractionsApi.md#interactionsremoverestrictionsfororg) | **DELETE** /orgs/{org}/interaction-limits | Remove interaction restrictions for an organization
*InteractionsApi* | [**interactionsRemoveRestrictionsForRepo**](docs/InteractionsApi.md#interactionsremoverestrictionsforrepo) | **DELETE** /repos/{owner}/{repo}/interaction-limits | Remove interaction restrictions for a repository
*InteractionsApi* | [**interactionsSetRestrictionsForAuthenticatedUser**](docs/InteractionsApi.md#interactionssetrestrictionsforauthenticateduser) | **PUT** /user/interaction-limits | Set interaction restrictions for your public repositories
*InteractionsApi* | [**interactionsSetRestrictionsForOrg**](docs/InteractionsApi.md#interactionssetrestrictionsfororg) | **PUT** /orgs/{org}/interaction-limits | Set interaction restrictions for an organization
*InteractionsApi* | [**interactionsSetRestrictionsForRepo**](docs/InteractionsApi.md#interactionssetrestrictionsforrepo) | **PUT** /repos/{owner}/{repo}/interaction-limits | Set interaction restrictions for a repository
*IssuesApi* | [**issuesAddAssignees**](docs/IssuesApi.md#issuesaddassignees) | **POST** /repos/{owner}/{repo}/issues/{issue_number}/assignees | Add assignees to an issue
*IssuesApi* | [**issuesAddLabels**](docs/IssuesApi.md#issuesaddlabels) | **POST** /repos/{owner}/{repo}/issues/{issue_number}/labels | Add labels to an issue
*IssuesApi* | [**issuesCheckUserCanBeAssigned**](docs/IssuesApi.md#issuescheckusercanbeassigned) | **GET** /repos/{owner}/{repo}/assignees/{assignee} | Check if a user can be assigned
*IssuesApi* | [**issuesCheckUserCanBeAssignedToIssue**](docs/IssuesApi.md#issuescheckusercanbeassignedtoissue) | **GET** /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee} | Check if a user can be assigned to a issue
*IssuesApi* | [**issuesCreate**](docs/IssuesApi.md#issuescreate) | **POST** /repos/{owner}/{repo}/issues | Create an issue
*IssuesApi* | [**issuesCreateComment**](docs/IssuesApi.md#issuescreatecomment) | **POST** /repos/{owner}/{repo}/issues/{issue_number}/comments | Create an issue comment
*IssuesApi* | [**issuesCreateLabel**](docs/IssuesApi.md#issuescreatelabel) | **POST** /repos/{owner}/{repo}/labels | Create a label
*IssuesApi* | [**issuesCreateMilestone**](docs/IssuesApi.md#issuescreatemilestone) | **POST** /repos/{owner}/{repo}/milestones | Create a milestone
*IssuesApi* | [**issuesDeleteComment**](docs/IssuesApi.md#issuesdeletecomment) | **DELETE** /repos/{owner}/{repo}/issues/comments/{comment_id} | Delete an issue comment
*IssuesApi* | [**issuesDeleteLabel**](docs/IssuesApi.md#issuesdeletelabel) | **DELETE** /repos/{owner}/{repo}/labels/{name} | Delete a label
*IssuesApi* | [**issuesDeleteMilestone**](docs/IssuesApi.md#issuesdeletemilestone) | **DELETE** /repos/{owner}/{repo}/milestones/{milestone_number} | Delete a milestone
*IssuesApi* | [**issuesGet**](docs/IssuesApi.md#issuesget) | **GET** /repos/{owner}/{repo}/issues/{issue_number} | Get an issue
*IssuesApi* | [**issuesGetComment**](docs/IssuesApi.md#issuesgetcomment) | **GET** /repos/{owner}/{repo}/issues/comments/{comment_id} | Get an issue comment
*IssuesApi* | [**issuesGetEvent**](docs/IssuesApi.md#issuesgetevent) | **GET** /repos/{owner}/{repo}/issues/events/{event_id} | Get an issue event
*IssuesApi* | [**issuesGetLabel**](docs/IssuesApi.md#issuesgetlabel) | **GET** /repos/{owner}/{repo}/labels/{name} | Get a label
*IssuesApi* | [**issuesGetMilestone**](docs/IssuesApi.md#issuesgetmilestone) | **GET** /repos/{owner}/{repo}/milestones/{milestone_number} | Get a milestone
*IssuesApi* | [**issuesList**](docs/IssuesApi.md#issueslist) | **GET** /issues | List issues assigned to the authenticated user
*IssuesApi* | [**issuesListAssignees**](docs/IssuesApi.md#issueslistassignees) | **GET** /repos/{owner}/{repo}/assignees | List assignees
*IssuesApi* | [**issuesListComments**](docs/IssuesApi.md#issueslistcomments) | **GET** /repos/{owner}/{repo}/issues/{issue_number}/comments | List issue comments
*IssuesApi* | [**issuesListCommentsForRepo**](docs/IssuesApi.md#issueslistcommentsforrepo) | **GET** /repos/{owner}/{repo}/issues/comments | List issue comments for a repository
*IssuesApi* | [**issuesListEvents**](docs/IssuesApi.md#issueslistevents) | **GET** /repos/{owner}/{repo}/issues/{issue_number}/events | List issue events
*IssuesApi* | [**issuesListEventsForRepo**](docs/IssuesApi.md#issueslisteventsforrepo) | **GET** /repos/{owner}/{repo}/issues/events | List issue events for a repository
*IssuesApi* | [**issuesListEventsForTimeline**](docs/IssuesApi.md#issueslisteventsfortimeline) | **GET** /repos/{owner}/{repo}/issues/{issue_number}/timeline | List timeline events for an issue
*IssuesApi* | [**issuesListForAuthenticatedUser**](docs/IssuesApi.md#issueslistforauthenticateduser) | **GET** /user/issues | List user account issues assigned to the authenticated user
*IssuesApi* | [**issuesListForOrg**](docs/IssuesApi.md#issueslistfororg) | **GET** /orgs/{org}/issues | List organization issues assigned to the authenticated user
*IssuesApi* | [**issuesListForRepo**](docs/IssuesApi.md#issueslistforrepo) | **GET** /repos/{owner}/{repo}/issues | List repository issues
*IssuesApi* | [**issuesListLabelsForMilestone**](docs/IssuesApi.md#issueslistlabelsformilestone) | **GET** /repos/{owner}/{repo}/milestones/{milestone_number}/labels | List labels for issues in a milestone
*IssuesApi* | [**issuesListLabelsForRepo**](docs/IssuesApi.md#issueslistlabelsforrepo) | **GET** /repos/{owner}/{repo}/labels | List labels for a repository
*IssuesApi* | [**issuesListLabelsOnIssue**](docs/IssuesApi.md#issueslistlabelsonissue) | **GET** /repos/{owner}/{repo}/issues/{issue_number}/labels | List labels for an issue
*IssuesApi* | [**issuesListMilestones**](docs/IssuesApi.md#issueslistmilestones) | **GET** /repos/{owner}/{repo}/milestones | List milestones
*IssuesApi* | [**issuesLock**](docs/IssuesApi.md#issueslock) | **PUT** /repos/{owner}/{repo}/issues/{issue_number}/lock | Lock an issue
*IssuesApi* | [**issuesRemoveAllLabels**](docs/IssuesApi.md#issuesremovealllabels) | **DELETE** /repos/{owner}/{repo}/issues/{issue_number}/labels | Remove all labels from an issue
*IssuesApi* | [**issuesRemoveAssignees**](docs/IssuesApi.md#issuesremoveassignees) | **DELETE** /repos/{owner}/{repo}/issues/{issue_number}/assignees | Remove assignees from an issue
*IssuesApi* | [**issuesRemoveLabel**](docs/IssuesApi.md#issuesremovelabel) | **DELETE** /repos/{owner}/{repo}/issues/{issue_number}/labels/{name} | Remove a label from an issue
*IssuesApi* | [**issuesSetLabels**](docs/IssuesApi.md#issuessetlabels) | **PUT** /repos/{owner}/{repo}/issues/{issue_number}/labels | Set labels for an issue
*IssuesApi* | [**issuesUnlock**](docs/IssuesApi.md#issuesunlock) | **DELETE** /repos/{owner}/{repo}/issues/{issue_number}/lock | Unlock an issue
*IssuesApi* | [**issuesUpdate**](docs/IssuesApi.md#issuesupdate) | **PATCH** /repos/{owner}/{repo}/issues/{issue_number} | Update an issue
*IssuesApi* | [**issuesUpdateComment**](docs/IssuesApi.md#issuesupdatecomment) | **PATCH** /repos/{owner}/{repo}/issues/comments/{comment_id} | Update an issue comment
*IssuesApi* | [**issuesUpdateLabel**](docs/IssuesApi.md#issuesupdatelabel) | **PATCH** /repos/{owner}/{repo}/labels/{name} | Update a label
*IssuesApi* | [**issuesUpdateMilestone**](docs/IssuesApi.md#issuesupdatemilestone) | **PATCH** /repos/{owner}/{repo}/milestones/{milestone_number} | Update a milestone
*LicensesApi* | [**licensesGet**](docs/LicensesApi.md#licensesget) | **GET** /licenses/{license} | Get a license
*LicensesApi* | [**licensesGetAllCommonlyUsed**](docs/LicensesApi.md#licensesgetallcommonlyused) | **GET** /licenses | Get all commonly used licenses
*LicensesApi* | [**licensesGetForRepo**](docs/LicensesApi.md#licensesgetforrepo) | **GET** /repos/{owner}/{repo}/license | Get the license for a repository
*MarkdownApi* | [**markdownRender**](docs/MarkdownApi.md#markdownrender) | **POST** /markdown | Render a Markdown document
*MarkdownApi* | [**markdownRenderRaw**](docs/MarkdownApi.md#markdownrenderraw) | **POST** /markdown/raw | Render a Markdown document in raw mode
*MetaApi* | [**metaGet**](docs/MetaApi.md#metaget) | **GET** /meta | Get GitHub meta information
*MetaApi* | [**metaGetAllVersions**](docs/MetaApi.md#metagetallversions) | **GET** /versions | Get all API versions
*MetaApi* | [**metaGetOctocat**](docs/MetaApi.md#metagetoctocat) | **GET** /octocat | Get Octocat
*MetaApi* | [**metaGetZen**](docs/MetaApi.md#metagetzen) | **GET** /zen | Get the Zen of GitHub
*MetaApi* | [**metaRoot**](docs/MetaApi.md#metaroot) | **GET** / | GitHub API Root
*MigrationsApi* | [**migrationsCancelImport**](docs/MigrationsApi.md#migrationscancelimport) | **DELETE** /repos/{owner}/{repo}/import | Cancel an import
*MigrationsApi* | [**migrationsDeleteArchiveForAuthenticatedUser**](docs/MigrationsApi.md#migrationsdeletearchiveforauthenticateduser) | **DELETE** /user/migrations/{migration_id}/archive | Delete a user migration archive
*MigrationsApi* | [**migrationsDeleteArchiveForOrg**](docs/MigrationsApi.md#migrationsdeletearchivefororg) | **DELETE** /orgs/{org}/migrations/{migration_id}/archive | Delete an organization migration archive
*MigrationsApi* | [**migrationsDownloadArchiveForOrg**](docs/MigrationsApi.md#migrationsdownloadarchivefororg) | **GET** /orgs/{org}/migrations/{migration_id}/archive | Download an organization migration archive
*MigrationsApi* | [**migrationsGetArchiveForAuthenticatedUser**](docs/MigrationsApi.md#migrationsgetarchiveforauthenticateduser) | **GET** /user/migrations/{migration_id}/archive | Download a user migration archive
*MigrationsApi* | [**migrationsGetCommitAuthors**](docs/MigrationsApi.md#migrationsgetcommitauthors) | **GET** /repos/{owner}/{repo}/import/authors | Get commit authors
*MigrationsApi* | [**migrationsGetImportStatus**](docs/MigrationsApi.md#migrationsgetimportstatus) | **GET** /repos/{owner}/{repo}/import | Get an import status
*MigrationsApi* | [**migrationsGetLargeFiles**](docs/MigrationsApi.md#migrationsgetlargefiles) | **GET** /repos/{owner}/{repo}/import/large_files | Get large files
*MigrationsApi* | [**migrationsGetStatusForAuthenticatedUser**](docs/MigrationsApi.md#migrationsgetstatusforauthenticateduser) | **GET** /user/migrations/{migration_id} | Get a user migration status
*MigrationsApi* | [**migrationsGetStatusForOrg**](docs/MigrationsApi.md#migrationsgetstatusfororg) | **GET** /orgs/{org}/migrations/{migration_id} | Get an organization migration status
*MigrationsApi* | [**migrationsListForAuthenticatedUser**](docs/MigrationsApi.md#migrationslistforauthenticateduser) | **GET** /user/migrations | List user migrations
*MigrationsApi* | [**migrationsListForOrg**](docs/MigrationsApi.md#migrationslistfororg) | **GET** /orgs/{org}/migrations | List organization migrations
*MigrationsApi* | [**migrationsListReposForAuthenticatedUser**](docs/MigrationsApi.md#migrationslistreposforauthenticateduser) | **GET** /user/migrations/{migration_id}/repositories | List repositories for a user migration
*MigrationsApi* | [**migrationsListReposForOrg**](docs/MigrationsApi.md#migrationslistreposfororg) | **GET** /orgs/{org}/migrations/{migration_id}/repositories | List repositories in an organization migration
*MigrationsApi* | [**migrationsMapCommitAuthor**](docs/MigrationsApi.md#migrationsmapcommitauthor) | **PATCH** /repos/{owner}/{repo}/import/authors/{author_id} | Map a commit author
*MigrationsApi* | [**migrationsSetLfsPreference**](docs/MigrationsApi.md#migrationssetlfspreference) | **PATCH** /repos/{owner}/{repo}/import/lfs | Update Git LFS preference
*MigrationsApi* | [**migrationsStartForAuthenticatedUser**](docs/MigrationsApi.md#migrationsstartforauthenticateduser) | **POST** /user/migrations | Start a user migration
*MigrationsApi* | [**migrationsStartForOrg**](docs/MigrationsApi.md#migrationsstartfororg) | **POST** /orgs/{org}/migrations | Start an organization migration
*MigrationsApi* | [**migrationsStartImport**](docs/MigrationsApi.md#migrationsstartimport) | **PUT** /repos/{owner}/{repo}/import | Start an import
*MigrationsApi* | [**migrationsUnlockRepoForAuthenticatedUser**](docs/MigrationsApi.md#migrationsunlockrepoforauthenticateduser) | **DELETE** /user/migrations/{migration_id}/repos/{repo_name}/lock | Unlock a user repository
*MigrationsApi* | [**migrationsUnlockRepoForOrg**](docs/MigrationsApi.md#migrationsunlockrepofororg) | **DELETE** /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock | Unlock an organization repository
*MigrationsApi* | [**migrationsUpdateImport**](docs/MigrationsApi.md#migrationsupdateimport) | **PATCH** /repos/{owner}/{repo}/import | Update an import
*OidcApi* | [**oidcGetOidcCustomSubTemplateForOrg**](docs/OidcApi.md#oidcgetoidccustomsubtemplatefororg) | **GET** /orgs/{org}/actions/oidc/customization/sub | Get the customization template for an OIDC subject claim for an organization
*OidcApi* | [**oidcUpdateOidcCustomSubTemplateForOrg**](docs/OidcApi.md#oidcupdateoidccustomsubtemplatefororg) | **PUT** /orgs/{org}/actions/oidc/customization/sub | Set the customization template for an OIDC subject claim for an organization
*OrgsApi* | [**orgsAddSecurityManagerTeam**](docs/OrgsApi.md#orgsaddsecuritymanagerteam) | **PUT** /orgs/{org}/security-managers/teams/{team_slug} | Add a security manager team
*OrgsApi* | [**orgsAssignTeamToOrgRole**](docs/OrgsApi.md#orgsassignteamtoorgrole) | **PUT** /orgs/{org}/organization-roles/teams/{team_slug}/{role_id} | Assign an organization role to a team
*OrgsApi* | [**orgsAssignUserToOrgRole**](docs/OrgsApi.md#orgsassignusertoorgrole) | **PUT** /orgs/{org}/organization-roles/users/{username}/{role_id} | Assign an organization role to a user
*OrgsApi* | [**orgsBlockUser**](docs/OrgsApi.md#orgsblockuser) | **PUT** /orgs/{org}/blocks/{username} | Block a user from an organization
*OrgsApi* | [**orgsCancelInvitation**](docs/OrgsApi.md#orgscancelinvitation) | **DELETE** /orgs/{org}/invitations/{invitation_id} | Cancel an organization invitation
*OrgsApi* | [**orgsCheckBlockedUser**](docs/OrgsApi.md#orgscheckblockeduser) | **GET** /orgs/{org}/blocks/{username} | Check if a user is blocked by an organization
*OrgsApi* | [**orgsCheckMembershipForUser**](docs/OrgsApi.md#orgscheckmembershipforuser) | **GET** /orgs/{org}/members/{username} | Check organization membership for a user
*OrgsApi* | [**orgsCheckPublicMembershipForUser**](docs/OrgsApi.md#orgscheckpublicmembershipforuser) | **GET** /orgs/{org}/public_members/{username} | Check public organization membership for a user
*OrgsApi* | [**orgsConvertMemberToOutsideCollaborator**](docs/OrgsApi.md#orgsconvertmembertooutsidecollaborator) | **PUT** /orgs/{org}/outside_collaborators/{username} | Convert an organization member to outside collaborator
*OrgsApi* | [**orgsCreateCustomOrganizationRole**](docs/OrgsApi.md#orgscreatecustomorganizationrole) | **POST** /orgs/{org}/organization-roles | Create a custom organization role
*OrgsApi* | [**orgsCreateInvitation**](docs/OrgsApi.md#orgscreateinvitation) | **POST** /orgs/{org}/invitations | Create an organization invitation
*OrgsApi* | [**orgsCreateOrUpdateCustomProperties**](docs/OrgsApi.md#orgscreateorupdatecustomproperties) | **PATCH** /orgs/{org}/properties/schema | Create or update custom properties for an organization
*OrgsApi* | [**orgsCreateOrUpdateCustomPropertiesValuesForRepos**](docs/OrgsApi.md#orgscreateorupdatecustompropertiesvaluesforrepos) | **PATCH** /orgs/{org}/properties/values | Create or update custom property values for organization repositories
*OrgsApi* | [**orgsCreateOrUpdateCustomProperty**](docs/OrgsApi.md#orgscreateorupdatecustomproperty) | **PUT** /orgs/{org}/properties/schema/{custom_property_name} | Create or update a custom property for an organization
*OrgsApi* | [**orgsCreateWebhook**](docs/OrgsApi.md#orgscreatewebhook) | **POST** /orgs/{org}/hooks | Create an organization webhook
*OrgsApi* | [**orgsDelete**](docs/OrgsApi.md#orgsdelete) | **DELETE** /orgs/{org} | Delete an organization
*OrgsApi* | [**orgsDeleteCustomOrganizationRole**](docs/OrgsApi.md#orgsdeletecustomorganizationrole) | **DELETE** /orgs/{org}/organization-roles/{role_id} | Delete a custom organization role.
*OrgsApi* | [**orgsDeleteWebhook**](docs/OrgsApi.md#orgsdeletewebhook) | **DELETE** /orgs/{org}/hooks/{hook_id} | Delete an organization webhook
*OrgsApi* | [**orgsEnableOrDisableSecurityProductOnAllOrgRepos**](docs/OrgsApi.md#orgsenableordisablesecurityproductonallorgrepos) | **POST** /orgs/{org}/{security_product}/{enablement} | Enable or disable a security feature for an organization
*OrgsApi* | [**orgsGet**](docs/OrgsApi.md#orgsget) | **GET** /orgs/{org} | Get an organization
*OrgsApi* | [**orgsGetAllCustomProperties**](docs/OrgsApi.md#orgsgetallcustomproperties) | **GET** /orgs/{org}/properties/schema | Get all custom properties for an organization
*OrgsApi* | [**orgsGetCustomProperty**](docs/OrgsApi.md#orgsgetcustomproperty) | **GET** /orgs/{org}/properties/schema/{custom_property_name} | Get a custom property for an organization
*OrgsApi* | [**orgsGetMembershipForAuthenticatedUser**](docs/OrgsApi.md#orgsgetmembershipforauthenticateduser) | **GET** /user/memberships/orgs/{org} | Get an organization membership for the authenticated user
*OrgsApi* | [**orgsGetMembershipForUser**](docs/OrgsApi.md#orgsgetmembershipforuser) | **GET** /orgs/{org}/memberships/{username} | Get organization membership for a user
*OrgsApi* | [**orgsGetOrgRole**](docs/OrgsApi.md#orgsgetorgrole) | **GET** /orgs/{org}/organization-roles/{role_id} | Get an organization role
*OrgsApi* | [**orgsGetWebhook**](docs/OrgsApi.md#orgsgetwebhook) | **GET** /orgs/{org}/hooks/{hook_id} | Get an organization webhook
*OrgsApi* | [**orgsGetWebhookConfigForOrg**](docs/OrgsApi.md#orgsgetwebhookconfigfororg) | **GET** /orgs/{org}/hooks/{hook_id}/config | Get a webhook configuration for an organization
*OrgsApi* | [**orgsGetWebhookDelivery**](docs/OrgsApi.md#orgsgetwebhookdelivery) | **GET** /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id} | Get a webhook delivery for an organization webhook
*OrgsApi* | [**orgsList**](docs/OrgsApi.md#orgslist) | **GET** /organizations | List organizations
*OrgsApi* | [**orgsListAppInstallations**](docs/OrgsApi.md#orgslistappinstallations) | **GET** /orgs/{org}/installations | List app installations for an organization
*OrgsApi* | [**orgsListBlockedUsers**](docs/OrgsApi.md#orgslistblockedusers) | **GET** /orgs/{org}/blocks | List users blocked by an organization
*OrgsApi* | [**orgsListCustomPropertiesValuesForRepos**](docs/OrgsApi.md#orgslistcustompropertiesvaluesforrepos) | **GET** /orgs/{org}/properties/values | List custom property values for organization repositories
*OrgsApi* | [**orgsListFailedInvitations**](docs/OrgsApi.md#orgslistfailedinvitations) | **GET** /orgs/{org}/failed_invitations | List failed organization invitations
*OrgsApi* | [**orgsListForAuthenticatedUser**](docs/OrgsApi.md#orgslistforauthenticateduser) | **GET** /user/orgs | List organizations for the authenticated user
*OrgsApi* | [**orgsListForUser**](docs/OrgsApi.md#orgslistforuser) | **GET** /users/{username}/orgs | List organizations for a user
*OrgsApi* | [**orgsListInvitationTeams**](docs/OrgsApi.md#orgslistinvitationteams) | **GET** /orgs/{org}/invitations/{invitation_id}/teams | List organization invitation teams
*OrgsApi* | [**orgsListMembers**](docs/OrgsApi.md#orgslistmembers) | **GET** /orgs/{org}/members | List organization members
*OrgsApi* | [**orgsListMembershipsForAuthenticatedUser**](docs/OrgsApi.md#orgslistmembershipsforauthenticateduser) | **GET** /user/memberships/orgs | List organization memberships for the authenticated user
*OrgsApi* | [**orgsListOrgRoleTeams**](docs/OrgsApi.md#orgslistorgroleteams) | **GET** /orgs/{org}/organization-roles/{role_id}/teams | List teams that are assigned to an organization role
*OrgsApi* | [**orgsListOrgRoleUsers**](docs/OrgsApi.md#orgslistorgroleusers) | **GET** /orgs/{org}/organization-roles/{role_id}/users | List users that are assigned to an organization role
*OrgsApi* | [**orgsListOrgRoles**](docs/OrgsApi.md#orgslistorgroles) | **GET** /orgs/{org}/organization-roles | Get all organization roles for an organization
*OrgsApi* | [**orgsListOrganizationFineGrainedPermissions**](docs/OrgsApi.md#orgslistorganizationfinegrainedpermissions) | **GET** /orgs/{org}/organization-fine-grained-permissions | List organization fine-grained permissions for an organization
*OrgsApi* | [**orgsListOutsideCollaborators**](docs/OrgsApi.md#orgslistoutsidecollaborators) | **GET** /orgs/{org}/outside_collaborators | List outside collaborators for an organization
*OrgsApi* | [**orgsListPatGrantRepositories**](docs/OrgsApi.md#orgslistpatgrantrepositories) | **GET** /orgs/{org}/personal-access-tokens/{pat_id}/repositories | List repositories a fine-grained personal access token has access to
*OrgsApi* | [**orgsListPatGrantRequestRepositories**](docs/OrgsApi.md#orgslistpatgrantrequestrepositories) | **GET** /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories | List repositories requested to be accessed by a fine-grained personal access token
*OrgsApi* | [**orgsListPatGrantRequests**](docs/OrgsApi.md#orgslistpatgrantrequests) | **GET** /orgs/{org}/personal-access-token-requests | List requests to access organization resources with fine-grained personal access tokens
*OrgsApi* | [**orgsListPatGrants**](docs/OrgsApi.md#orgslistpatgrants) | **GET** /orgs/{org}/personal-access-tokens | List fine-grained personal access tokens with access to organization resources
*OrgsApi* | [**orgsListPendingInvitations**](docs/OrgsApi.md#orgslistpendinginvitations) | **GET** /orgs/{org}/invitations | List pending organization invitations
*OrgsApi* | [**orgsListPublicMembers**](docs/OrgsApi.md#orgslistpublicmembers) | **GET** /orgs/{org}/public_members | List public organization members
*OrgsApi* | [**orgsListSecurityManagerTeams**](docs/OrgsApi.md#orgslistsecuritymanagerteams) | **GET** /orgs/{org}/security-managers | List security manager teams
*OrgsApi* | [**orgsListWebhookDeliveries**](docs/OrgsApi.md#orgslistwebhookdeliveries) | **GET** /orgs/{org}/hooks/{hook_id}/deliveries | List deliveries for an organization webhook
*OrgsApi* | [**orgsListWebhooks**](docs/OrgsApi.md#orgslistwebhooks) | **GET** /orgs/{org}/hooks | List organization webhooks
*OrgsApi* | [**orgsPatchCustomOrganizationRole**](docs/OrgsApi.md#orgspatchcustomorganizationrole) | **PATCH** /orgs/{org}/organization-roles/{role_id} | Update a custom organization role
*OrgsApi* | [**orgsPingWebhook**](docs/OrgsApi.md#orgspingwebhook) | **POST** /orgs/{org}/hooks/{hook_id}/pings | Ping an organization webhook
*OrgsApi* | [**orgsRedeliverWebhookDelivery**](docs/OrgsApi.md#orgsredeliverwebhookdelivery) | **POST** /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts | Redeliver a delivery for an organization webhook
*OrgsApi* | [**orgsRemoveCustomProperty**](docs/OrgsApi.md#orgsremovecustomproperty) | **DELETE** /orgs/{org}/properties/schema/{custom_property_name} | Remove a custom property for an organization
*OrgsApi* | [**orgsRemoveMember**](docs/OrgsApi.md#orgsremovemember) | **DELETE** /orgs/{org}/members/{username} | Remove an organization member
*OrgsApi* | [**orgsRemoveMembershipForUser**](docs/OrgsApi.md#orgsremovemembershipforuser) | **DELETE** /orgs/{org}/memberships/{username} | Remove organization membership for a user
*OrgsApi* | [**orgsRemoveOutsideCollaborator**](docs/OrgsApi.md#orgsremoveoutsidecollaborator) | **DELETE** /orgs/{org}/outside_collaborators/{username} | Remove outside collaborator from an organization
*OrgsApi* | [**orgsRemovePublicMembershipForAuthenticatedUser**](docs/OrgsApi.md#orgsremovepublicmembershipforauthenticateduser) | **DELETE** /orgs/{org}/public_members/{username} | Remove public organization membership for the authenticated user
*OrgsApi* | [**orgsRemoveSecurityManagerTeam**](docs/OrgsApi.md#orgsremovesecuritymanagerteam) | **DELETE** /orgs/{org}/security-managers/teams/{team_slug} | Remove a security manager team
*OrgsApi* | [**orgsReviewPatGrantRequest**](docs/OrgsApi.md#orgsreviewpatgrantrequest) | **POST** /orgs/{org}/personal-access-token-requests/{pat_request_id} | Review a request to access organization resources with a fine-grained personal access token
*OrgsApi* | [**orgsReviewPatGrantRequestsInBulk**](docs/OrgsApi.md#orgsreviewpatgrantrequestsinbulk) | **POST** /orgs/{org}/personal-access-token-requests | Review requests to access organization resources with fine-grained personal access tokens
*OrgsApi* | [**orgsRevokeAllOrgRolesTeam**](docs/OrgsApi.md#orgsrevokeallorgrolesteam) | **DELETE** /orgs/{org}/organization-roles/teams/{team_slug} | Remove all organization roles for a team
*OrgsApi* | [**orgsRevokeAllOrgRolesUser**](docs/OrgsApi.md#orgsrevokeallorgrolesuser) | **DELETE** /orgs/{org}/organization-roles/users/{username} | Remove all organization roles for a user
*OrgsApi* | [**orgsRevokeOrgRoleTeam**](docs/OrgsApi.md#orgsrevokeorgroleteam) | **DELETE** /orgs/{org}/organization-roles/teams/{team_slug}/{role_id} | Remove an organization role from a team
*OrgsApi* | [**orgsRevokeOrgRoleUser**](docs/OrgsApi.md#orgsrevokeorgroleuser) | **DELETE** /orgs/{org}/organization-roles/users/{username}/{role_id} | Remove an organization role from a user
*OrgsApi* | [**orgsSetMembershipForUser**](docs/OrgsApi.md#orgssetmembershipforuser) | **PUT** /orgs/{org}/memberships/{username} | Set organization membership for a user
*OrgsApi* | [**orgsSetPublicMembershipForAuthenticatedUser**](docs/OrgsApi.md#orgssetpublicmembershipforauthenticateduser) | **PUT** /orgs/{org}/public_members/{username} | Set public organization membership for the authenticated user
*OrgsApi* | [**orgsUnblockUser**](docs/OrgsApi.md#orgsunblockuser) | **DELETE** /orgs/{org}/blocks/{username} | Unblock a user from an organization
*OrgsApi* | [**orgsUpdate**](docs/OrgsApi.md#orgsupdate) | **PATCH** /orgs/{org} | Update an organization
*OrgsApi* | [**orgsUpdateMembershipForAuthenticatedUser**](docs/OrgsApi.md#orgsupdatemembershipforauthenticateduser) | **PATCH** /user/memberships/orgs/{org} | Update an organization membership for the authenticated user
*OrgsApi* | [**orgsUpdatePatAccess**](docs/OrgsApi.md#orgsupdatepataccess) | **POST** /orgs/{org}/personal-access-tokens/{pat_id} | Update the access a fine-grained personal access token has to organization resources
*OrgsApi* | [**orgsUpdatePatAccesses**](docs/OrgsApi.md#orgsupdatepataccesses) | **POST** /orgs/{org}/personal-access-tokens | Update the access to organization resources via fine-grained personal access tokens
*OrgsApi* | [**orgsUpdateWebhook**](docs/OrgsApi.md#orgsupdatewebhook) | **PATCH** /orgs/{org}/hooks/{hook_id} | Update an organization webhook
*OrgsApi* | [**orgsUpdateWebhookConfigForOrg**](docs/OrgsApi.md#orgsupdatewebhookconfigfororg) | **PATCH** /orgs/{org}/hooks/{hook_id}/config | Update a webhook configuration for an organization
*PackagesApi* | [**packagesDeletePackageForAuthenticatedUser**](docs/PackagesApi.md#packagesdeletepackageforauthenticateduser) | **DELETE** /user/packages/{package_type}/{package_name} | Delete a package for the authenticated user
*PackagesApi* | [**packagesDeletePackageForOrg**](docs/PackagesApi.md#packagesdeletepackagefororg) | **DELETE** /orgs/{org}/packages/{package_type}/{package_name} | Delete a package for an organization
*PackagesApi* | [**packagesDeletePackageForUser**](docs/PackagesApi.md#packagesdeletepackageforuser) | **DELETE** /users/{username}/packages/{package_type}/{package_name} | Delete a package for a user
*PackagesApi* | [**packagesDeletePackageVersionForAuthenticatedUser**](docs/PackagesApi.md#packagesdeletepackageversionforauthenticateduser) | **DELETE** /user/packages/{package_type}/{package_name}/versions/{package_version_id} | Delete a package version for the authenticated user
*PackagesApi* | [**packagesDeletePackageVersionForOrg**](docs/PackagesApi.md#packagesdeletepackageversionfororg) | **DELETE** /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id} | Delete package version for an organization
*PackagesApi* | [**packagesDeletePackageVersionForUser**](docs/PackagesApi.md#packagesdeletepackageversionforuser) | **DELETE** /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id} | Delete package version for a user
*PackagesApi* | [**packagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser**](docs/PackagesApi.md#packagesgetallpackageversionsforpackageownedbyauthenticateduser) | **GET** /user/packages/{package_type}/{package_name}/versions | List package versions for a package owned by the authenticated user
*PackagesApi* | [**packagesGetAllPackageVersionsForPackageOwnedByOrg**](docs/PackagesApi.md#packagesgetallpackageversionsforpackageownedbyorg) | **GET** /orgs/{org}/packages/{package_type}/{package_name}/versions | List package versions for a package owned by an organization
*PackagesApi* | [**packagesGetAllPackageVersionsForPackageOwnedByUser**](docs/PackagesApi.md#packagesgetall