Versions in this module Expand all Collapse all v0 v0.2.0 Aug 21, 2026 Changes in this version + func GlobalDatasourceProxyPath(datasource, subPath string) string + func NormalizeMethod(method string) string + func NormalizePath(path string) string + func ProjectDatasourceProxyPath(project, datasource, subPath string) string + type Helper struct + func New(client apiClient.ClientInterface) *Helper + func (h *Helper) Do(ctx context.Context, input ProxyQuery) (*QueryResult, error) + type ProxyQuery struct + Body string + Headers map[string]string + Method string + Path string + QueryParams map[string]string + type QueryResult struct + Body string + Headers map[string]string + StatusCode int