-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
octokit-coverageExpanding Octokit REST API coverage (#86)Expanding Octokit REST API coverage (#86)
Description
Parent Issue
#86 — Expand Octokit coverage
Category: hostedCompute (NEW — no file exists yet)
File to create: src/tools/categories/hostedCompute.ts
Methods to Add (6)
| Method | Route |
|---|---|
createNetworkConfigurationForOrg |
POST /orgs/{org}/settings/network-configurations |
deleteNetworkConfigurationFromOrg |
DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id} |
getNetworkConfigurationForOrg |
GET /orgs/{org}/settings/network-configurations/{network_configuration_id} |
getNetworkSettingsForOrg |
GET /orgs/{org}/settings/network-configurations/{network_configuration_id}/network-settings |
listNetworkConfigurationsForOrg |
GET /orgs/{org}/settings/network-configurations |
updateNetworkConfigurationForOrg |
PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id} |
Setup Required
- Create
src/tools/categories/hostedCompute.ts - Export
hostedComputeCategoryfromsrc/tools/categories/index.ts - Add to
ALL_CATEGORIESinsrc/tools/generator.ts - Add to
fullandorg-adminpresets
Tool name format: github_hosted_compute_<snake_case_method>.
Acceptance Criteria
- New file created with all 6 methods
- Registered in generator.ts
-
npm run buildpasses - TOOLS.md updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
octokit-coverageExpanding Octokit REST API coverage (#86)Expanding Octokit REST API coverage (#86)