Versions in this module Expand all Collapse all v1 v1.136.0 Dec 1, 2025 Changes in this version + func CallAndCheckSuccess[T any](ctx context.Context, errorContext string, ...) (result *T, err error) + func CheckAPICallSuccess(ctx context.Context, errorContext string, ...) (err error) + func GenericCallAndCheckSuccess[T any](ctx context.Context, errorContext string, ...) (result T, err error) + func IsCallSuccessful(r *http.Response) bool + type APICallFunc func(ctx context.Context) (*T, *http.Response, error) + type GenericAPICallFunc func(ctx context.Context) (T, *http.Response, error)