Skip to content

Commit 6aa1267

Browse files
authored
remove API coverage section from readme file. It hasn't been used or updated since it was added (#1033)
1 parent ee7dcad commit 6aa1267

File tree

1 file changed

+0
-72
lines changed

1 file changed

+0
-72
lines changed

README.md

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -113,78 +113,6 @@ if err != nil {
113113

114114
For complete usage of the API client, see the [full package docs](https://pkg.go.dev/github.com/hashicorp/go-tfe).
115115

116-
## API Coverage
117-
118-
This API client covers most of the existing HCP Terraform API calls and is updated regularly to add new or missing endpoints.
119-
120-
- [x] Account
121-
- [x] Agents
122-
- [x] Agent Pools
123-
- [x] Agent Tokens
124-
- [x] Applies
125-
- [x] Audit Trails
126-
- [x] Changelog
127-
- [x] Comments
128-
- [x] Configuration Versions
129-
- [x] Cost Estimation
130-
- [ ] Feature Sets
131-
- [ ] Invoices
132-
- [x] IP Ranges
133-
- [x] Notification Configurations
134-
- [x] OAuth Clients
135-
- [x] OAuth Tokens
136-
- [x] Organizations
137-
- [x] Organization Memberships
138-
- [x] Organization Tags
139-
- [x] Organization Tokens
140-
- [x] Plan Exports
141-
- [x] Plans
142-
- [x] Policies
143-
- [x] Policy Checks
144-
- [x] Policy Sets
145-
- [x] Policy Set Parameters
146-
- [x] Private Registry
147-
- [x] Modules
148-
- [x] No-Code Modules
149-
- [x] Providers
150-
- [x] Provider Versions and Platforms
151-
- [x] GPG Keys
152-
- [x] Projects
153-
- [x] Runs
154-
- [x] Run Events
155-
- [x] Run Tasks
156-
- [x] Run Tasks Integration
157-
- [x] Run Triggers
158-
- [x] SSH Keys
159-
- [x] Stability Policy
160-
- [x] State Versions
161-
- [x] State Version Outputs
162-
- [ ] Subscriptions
163-
- [x] Team Access
164-
- [x] Team Membership
165-
- [x] Team Tokens
166-
- [x] Teams
167-
- [x] Test Runs
168-
- [x] User Tokens
169-
- [x] Users
170-
- [x] Variable Sets
171-
- [x] Variables
172-
- [ ] VCS Events
173-
- [x] Workspaces
174-
- [x] Workspace-Specific Variables
175-
- [x] Workspace Resources
176-
- [x] Admin
177-
- [x] Module Sharing
178-
- [x] Organizations
179-
- [x] Runs
180-
- [x] Settings
181-
- [x] Terraform Versions
182-
- [x] OPA Versions
183-
- [x] Sentinel Versions
184-
- [x] Users
185-
- [x] Workspaces
186-
187-
188116
## Examples
189117

190118
See the [examples directory](https://github.com/hashicorp/go-tfe/tree/main/examples).

0 commit comments

Comments
 (0)