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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 37 additions & 3 deletions providers/src/github/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ providerServices:
$ref: github/v00.00.00000/services/activity.yaml
title: activity API
version: v00.00.00000
description: >-
Activity APIs provide access to notifications, subscriptions, and
timelines.
description: Activity APIs provide access to notifications, subscriptions, and timelines.
agent_tasks:
id: agent_tasks:v00.00.00000
name: agent_tasks
Expand All @@ -31,6 +29,15 @@ providerServices:
title: agent_tasks API
version: v00.00.00000
description: github API
agents:
id: agents:v00.00.00000
name: agents
preferred: true
service:
$ref: github/v00.00.00000/services/agents.yaml
title: agents API
version: v00.00.00000
description: Endpoints for Agents secrets and variables.
apps:
id: apps:v00.00.00000
name: apps
Expand Down Expand Up @@ -76,6 +83,15 @@ providerServices:
title: classroom API
version: v00.00.00000
description: Interact with GitHub Classroom.
code_quality:
id: code_quality:v00.00.00000
name: code_quality
preferred: true
service:
$ref: github/v00.00.00000/services/code_quality.yaml
title: code_quality API
version: v00.00.00000
description: github API
code_scanning:
id: code_scanning:v00.00.00000
name: code_scanning
Expand Down Expand Up @@ -121,6 +137,15 @@ providerServices:
title: copilot API
version: v00.00.00000
description: Endpoints to manage Copilot using the REST API.
copilot_spaces:
id: copilot_spaces:v00.00.00000
name: copilot_spaces
preferred: true
service:
$ref: github/v00.00.00000/services/copilot_spaces.yaml
title: copilot_spaces API
version: v00.00.00000
description: github API
credentials:
id: credentials:v00.00.00000
name: credentials
Expand Down Expand Up @@ -148,6 +173,15 @@ providerServices:
title: dependency_graph API
version: v00.00.00000
description: github API
discussions:
id: discussions:v00.00.00000
name: discussions
preferred: true
service:
$ref: github/v00.00.00000/services/discussions.yaml
title: discussions API
version: v00.00.00000
description: GitHub Discussions for a repository - discussions, categories and comments. GitHub exposes Discussions through the GraphQL API only; these resources are backed by GraphQL queries.
emojis:
id: emojis:v00.00.00000
name: emojis
Expand Down
Loading
Loading