From e6a98d9db3878ea71e7454ac6939a4d63ec96b5a Mon Sep 17 00:00:00 2001 From: uturunku1 Date: Mon, 13 Jan 2025 09:57:01 -0800 Subject: [PATCH] remove API coverage section from readme file. It hasn't been used or updated since it was added --- README.md | 72 ------------------------------------------------------- 1 file changed, 72 deletions(-) diff --git a/README.md b/README.md index 0c0deac6c..a102cc1c5 100644 --- a/README.md +++ b/README.md @@ -113,78 +113,6 @@ if err != nil { For complete usage of the API client, see the [full package docs](https://pkg.go.dev/github.com/hashicorp/go-tfe). -## API Coverage - -This API client covers most of the existing HCP Terraform API calls and is updated regularly to add new or missing endpoints. - -- [x] Account -- [x] Agents -- [x] Agent Pools -- [x] Agent Tokens -- [x] Applies -- [x] Audit Trails -- [x] Changelog -- [x] Comments -- [x] Configuration Versions -- [x] Cost Estimation -- [ ] Feature Sets -- [ ] Invoices -- [x] IP Ranges -- [x] Notification Configurations -- [x] OAuth Clients -- [x] OAuth Tokens -- [x] Organizations -- [x] Organization Memberships -- [x] Organization Tags -- [x] Organization Tokens -- [x] Plan Exports -- [x] Plans -- [x] Policies -- [x] Policy Checks -- [x] Policy Sets -- [x] Policy Set Parameters -- [x] Private Registry - - [x] Modules - - [x] No-Code Modules - - [x] Providers - - [x] Provider Versions and Platforms - - [x] GPG Keys -- [x] Projects -- [x] Runs -- [x] Run Events -- [x] Run Tasks -- [x] Run Tasks Integration -- [x] Run Triggers -- [x] SSH Keys -- [x] Stability Policy -- [x] State Versions -- [x] State Version Outputs -- [ ] Subscriptions -- [x] Team Access -- [x] Team Membership -- [x] Team Tokens -- [x] Teams -- [x] Test Runs -- [x] User Tokens -- [x] Users -- [x] Variable Sets -- [x] Variables -- [ ] VCS Events -- [x] Workspaces -- [x] Workspace-Specific Variables -- [x] Workspace Resources -- [x] Admin - - [x] Module Sharing - - [x] Organizations - - [x] Runs - - [x] Settings - - [x] Terraform Versions - - [x] OPA Versions - - [x] Sentinel Versions - - [x] Users - - [x] Workspaces - - ## Examples See the [examples directory](https://github.com/hashicorp/go-tfe/tree/main/examples).