We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a6954 commit 4bfd037Copy full SHA for 4bfd037
typedapi/typedclient.request.go
@@ -24,5 +24,5 @@ import (
24
25
// Request defines the TypedApi requests.
26
type Request interface {
27
- Do(ctx context.Context) (*http.Response, error)
+ Perform(ctx context.Context) (*http.Response, error)
28
}
0 commit comments