@@ -48,7 +48,7 @@ HCP Terraform provides an API for a subset of its features. If you need assistan
4848
4949Terraform Enterprise provides an API for a subset of its features. If you need assistance or want to submit a feature request, visit the [HashiCorp support center](https://support.hashicorp.com/hc/en-us) and open a ticket.
5050
51- <!-- END: TFEnterprise :only name :api-overview -->
51+ <!-- END: TFEnterprise :only name :api-overview -->
5252
5353Before planning an API integration, consider whether the [HCP Terraform and Terraform Enterprise provider](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs) meets your needs. It can't create or approve runs in response to arbitrary events, but it's a useful tool for managing your organizations, teams, and workspaces as code.
5454
@@ -417,15 +417,17 @@ The following endpoints have lower rate limits:
417417
418418## Client libraries and tools
419419
420- HashiCorp maintains [go-tfe](https://github.com/hashicorp/go-tfe), a Go client for HCP Terraform's API.
420+ HashiCorp maintains the following clients for interacting with the HCP Terraform and Terraform Enterprise APIs:
421+ - [`go-tfe`](https://github.com/hashicorp/go-tfe) is a Go client
422+ - [`pytfe`](https://github.com/hashicorp/python-tfe) is a Python client
421423
422424Additionally, the community of HCP Terraform users and vendors have built client libraries in other languages. These client libraries and tools are not tested nor officially maintained by HashiCorp, but are listed below in order to help users find them easily.
423425
424426If you have built a client library and would like to add it to this community list, please [contribute](https://github.com/hashicorp/terraform-website#contributions-welcome) to [this page](https://github.com/hashicorp/terraform-docs-common/blob/main/website/docs/cloud-docs/api-docs/index.mdx#client-libraries-and-tools).
425427
426- - [tfh](https://github.com/hashicorp-community/tf-helper): UNIX shell console app
427- - [tf_api_gateway](https://github.com/PlethoraOfHate/tf_api_gateway): Python API library and console app
428- - [terrasnek](https://github.com/dahlke/terrasnek): Python API library
429- - [terraform-enterprise-client](https://github.com/skierkowski/terraform-enterprise-client): Ruby API library and console app
430- - [pyterprise](https://github.com/JFryy/terraform-enterprise-api-python-client): A simple Python API client library.
431- - [Tfe.NetClient](https://github.com/everis-technology/Tfe.NetClient): .NET Client Library
428+ - [` tfh` ](https://github.com/hashicorp-community/tf-helper) - A UNIX shell console application.
429+ - [` tf_api_gateway` ](https://github.com/PlethoraOfHate/tf_api_gateway) - A Python API library and console application.
430+ - [` terrasnek` ](https://github.com/dahlke/terrasnek) - A Python API library.
431+ - [` terraform-enterprise-client` ](https://github.com/skierkowski/terraform-enterprise-client) - A Ruby API library and console application.
432+ - [` pyterprise` ](https://github.com/JFryy/terraform-enterprise-api-python-client) - A simple python API client library.
433+ - [` Tfe.NetClient` ](https://github.com/everis-technology/Tfe.NetClient) - A ` .NET` client library.
0 commit comments