Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrok release bot committed Jan 14, 2025
1 parent 39d7cea commit 5621f5b
Show file tree
Hide file tree
Showing 65 changed files with 1,026 additions and 347 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<!-- Code generated for API Clients. DO NOT EDIT. -->
## v7.1.0
* Updates to KubernetesOperators and Bindings (currently in private beta).

## v7.0.0
### Breaking Changes
* Renamed `upstream_proto` to `upstream_protocol` for `endpoint` resources

## v6.2.0
* Added support for KubernetesOperators and Bindings (currently in private beta).

## v6.1.0
* Added support for Cloud Endpoints (currently in private beta).
* Renamed `principal_id` to `principal` for `endpoint` resources

## v6.0.0
### Breaking Changes
Expand Down Expand Up @@ -67,5 +77,5 @@ Hostports: []string `json:"hostports,omitempty"`

### Additions

New clients have been generated for `ApplicationSessions` and `ApplicationUsers`.
New clients have been generated for `ApplicationSessions` and `ApplicationUsers`.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ngrok API client library for Golang
[![CI](https://github.com/ngrok/ngrok-api-go/actions/workflows/ci.yml/badge.svg)](https://github.com/ngrok/ngrok-api-go/actions/workflows/ci.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/ngrok/ngrok-api-go.svg)](https://pkg.go.dev/github.com/ngrok/ngrok-api-go/v6)
[![Go Reference](https://pkg.go.dev/badge/github.com/ngrok/ngrok-api-go.svg)](https://pkg.go.dev/github.com/ngrok/ngrok-api-go/v7)

This library wraps the [ngrok HTTP API](https://ngrok.com/docs/api) to make it
easier to consume in Go.
Expand All @@ -13,7 +13,7 @@ For creating ngrok tunnels directly from your Go application, check out the [ngr

Installation is as simple as using `go get`.

go get github.com/ngrok/ngrok-api-go/v6
go get github.com/ngrok/ngrok-api-go/v7

## Support

Expand All @@ -37,9 +37,9 @@ import (
"fmt"
"os"

"github.com/ngrok/ngrok-api-go/v6"
"github.com/ngrok/ngrok-api-go/v6/ip_policies"
"github.com/ngrok/ngrok-api-go/v6/ip_policy_rules"
"github.com/ngrok/ngrok-api-go/v7"
"github.com/ngrok/ngrok-api-go/v7/ip_policies"
"github.com/ngrok/ngrok-api-go/v7/ip_policy_rules"
)

func main() {
Expand Down Expand Up @@ -85,8 +85,8 @@ import (
"fmt"
"os"

"github.com/ngrok/ngrok-api-go/v6"
"github.com/ngrok/ngrok-api-go/v6/tunnels"
"github.com/ngrok/ngrok-api-go/v7"
"github.com/ngrok/ngrok-api-go/v7/tunnels"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions abuse_reports/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions agent_ingresses/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions api_keys/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions application_sessions/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions application_users/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5621f5b

Please sign in to comment.