Skip to content

Commit

Permalink
Merge pull request #60 from redhat-developer/chore/generate-sdks-1674…
Browse files Browse the repository at this point in the history
…646525

chore(all): re-generate SDKs
  • Loading branch information
jackdelahunt authored Jan 25, 2023
2 parents 4a05b03 + ef4a8a4 commit 24303a0
Show file tree
Hide file tree
Showing 203 changed files with 556 additions and 899 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ func main() {
id := "id_example" // string | ID of the enterprise data plane cluster

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
resp, r, err := apiClient.EnterpriseDataplaneClustersApi.GetEnterpriseClusterById(context.Background(), id).Execute()
api_client := openapiclient.NewAPIClient(configuration)
resp, r, err := api_client.EnterpriseDataplaneClustersApi.GetEnterpriseClusterById(context.Background(), id).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `EnterpriseDataplaneClustersApi.GetEnterpriseClusterById``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
Expand Down Expand Up @@ -178,8 +178,8 @@ func main() {
id := "id_example" // string | ID of the enterprise data plane cluster

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
resp, r, err := apiClient.EnterpriseDataplaneClustersApi.GetEnterpriseClusterWithAddonParameters(context.Background(), id).Execute()
api_client := openapiclient.NewAPIClient(configuration)
resp, r, err := api_client.EnterpriseDataplaneClustersApi.GetEnterpriseClusterWithAddonParameters(context.Background(), id).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `EnterpriseDataplaneClustersApi.GetEnterpriseClusterWithAddonParameters``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
Expand Down

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

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

Loading

0 comments on commit 24303a0

Please sign in to comment.