Skip to content

Commit

Permalink
Switch to generate with the API gateway swagger from https://develope…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCitrix committed Sep 19, 2023
1 parent 9c71c06 commit c9f2c04
Show file tree
Hide file tree
Showing 2,100 changed files with 429,922 additions and 326,119 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
clientId := "{apiKeyClientId}"
clientSecret := "{apiKeyClientSecret}"
onPremise := false
client, err := citrixclient.NewCitrixDaasClient(authUrl, hostname, customerId, clientId, clientSecret, onPremise)
client, err := citrixclient.NewCitrixDaasClient(authUrl, hostname, customerId, clientId, clientSecret, onPremise, nil, nil)
// Create GET zone request with zoneId and siteId
zoneId := "8994379b-8585-4717-9765-632992e738d3"
Expand Down
Loading

0 comments on commit c9f2c04

Please sign in to comment.