We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8000da0 commit 9ad55dfCopy full SHA for 9ad55df
utils/api/api.go
@@ -14,8 +14,8 @@ import (
14
"github.com/ARM-software/golang-utils/utils/http/api"
15
)
16
17
-// IsCallSuccessful determines whether an API response is successful or not
18
// Deprecated: Use github.com/ARM-software/golang-utils/utils/http/api instead
+// IsCallSuccessful determines whether an API response is successful or not
19
func IsCallSuccessful(r *http.Response) bool {
20
return api.IsCallSuccessful(r)
21
}
0 commit comments