Skip to content

Commit

Permalink
Explain the PingEndpoint const
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair committed Jun 26, 2019
1 parent 7289ee1 commit ef77ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tfe.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const (
DefaultAddress = "https://app.terraform.io"
// DefaultBasePath on which the API is served.
DefaultBasePath = "/api/v2/"
PingEndpoint = "ping"
// No-op API endpoint used to configure the rate limiter
PingEndpoint = "ping"
)

var (
Expand Down

0 comments on commit ef77ca4

Please sign in to comment.