MCPcopy Create free account
hub / github.com/anchordotdev/cli / getOrgServicesPath

Function getOrgServicesPath

api/api.go:321–323  ·  view source on GitHub ↗
(orgSlug string)

Source from the content-addressed store, hash-verified

319}
320
321func getOrgServicesPath(orgSlug string) string {
322 return "/orgs/" + url.QueryEscape(orgSlug) + "/services"
323}
324
325func (s *Session) GetOrgServices(ctx context.Context, orgSlug string, filters ...Filter[Service]) ([]Service, error) {
326 var svc Services

Callers 1

GetOrgServicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected