-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f60420
commit 908f5e7
Showing
27 changed files
with
975 additions
and
3,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
configured_endpoints: 346 | ||
configured_endpoints: 333 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIBaaiService contains methods and other services that help with interacting | ||
// with the cloudflare API. Note, unlike clients, this service does not read | ||
// variables from the environment automatically. You should not instantiate this | ||
// service directly, and instead use the [NewAIBaaiService] method instead. | ||
type AIBaaiService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIBaaiService generates a new service that applies the given options to each | ||
// request. These options are applied after the parent client's options (if there | ||
// is one), and before any request-specific options. | ||
func NewAIBaaiService(opts ...option.RequestOption) (r *AIBaaiService) { | ||
r = &AIBaaiService{} | ||
r.Options = opts | ||
return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIHuggingfaceService contains methods and other services that help with | ||
// interacting with the cloudflare API. Note, unlike clients, this service does not | ||
// read variables from the environment automatically. You should not instantiate | ||
// this service directly, and instead use the [NewAIHuggingfaceService] method | ||
// instead. | ||
type AIHuggingfaceService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIHuggingfaceService generates a new service that applies the given options | ||
// to each request. These options are applied after the parent client's options (if | ||
// there is one), and before any request-specific options. | ||
func NewAIHuggingfaceService(opts ...option.RequestOption) (r *AIHuggingfaceService) { | ||
r = &AIHuggingfaceService{} | ||
r.Options = opts | ||
return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIMetaService contains methods and other services that help with interacting | ||
// with the cloudflare API. Note, unlike clients, this service does not read | ||
// variables from the environment automatically. You should not instantiate this | ||
// service directly, and instead use the [NewAIMetaService] method instead. | ||
type AIMetaService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIMetaService generates a new service that applies the given options to each | ||
// request. These options are applied after the parent client's options (if there | ||
// is one), and before any request-specific options. | ||
func NewAIMetaService(opts ...option.RequestOption) (r *AIMetaService) { | ||
r = &AIMetaService{} | ||
r.Options = opts | ||
return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIMicrosoftService contains methods and other services that help with | ||
// interacting with the cloudflare API. Note, unlike clients, this service does not | ||
// read variables from the environment automatically. You should not instantiate | ||
// this service directly, and instead use the [NewAIMicrosoftService] method | ||
// instead. | ||
type AIMicrosoftService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIMicrosoftService generates a new service that applies the given options to | ||
// each request. These options are applied after the parent client's options (if | ||
// there is one), and before any request-specific options. | ||
func NewAIMicrosoftService(opts ...option.RequestOption) (r *AIMicrosoftService) { | ||
r = &AIMicrosoftService{} | ||
r.Options = opts | ||
return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIMistralService contains methods and other services that help with interacting | ||
// with the cloudflare API. Note, unlike clients, this service does not read | ||
// variables from the environment automatically. You should not instantiate this | ||
// service directly, and instead use the [NewAIMistralService] method instead. | ||
type AIMistralService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIMistralService generates a new service that applies the given options to | ||
// each request. These options are applied after the parent client's options (if | ||
// there is one), and before any request-specific options. | ||
func NewAIMistralService(opts ...option.RequestOption) (r *AIMistralService) { | ||
r = &AIMistralService{} | ||
r.Options = opts | ||
return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
package cloudflare | ||
|
||
import ( | ||
"github.com/cloudflare/cloudflare-sdk-go/option" | ||
) | ||
|
||
// AIOpenAIService contains methods and other services that help with interacting | ||
// with the cloudflare API. Note, unlike clients, this service does not read | ||
// variables from the environment automatically. You should not instantiate this | ||
// service directly, and instead use the [NewAIOpenAIService] method instead. | ||
type AIOpenAIService struct { | ||
Options []option.RequestOption | ||
} | ||
|
||
// NewAIOpenAIService generates a new service that applies the given options to | ||
// each request. These options are applied after the parent client's options (if | ||
// there is one), and before any request-specific options. | ||
func NewAIOpenAIService(opts ...option.RequestOption) (r *AIOpenAIService) { | ||
r = &AIOpenAIService{} | ||
r.Options = opts | ||
return | ||
} |
Oops, something went wrong.