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

Function getOrgRealmsPath

api/api.go:309–311  ·  view source on GitHub ↗
(orgApid string)

Source from the content-addressed store, hash-verified

307}
308
309func getOrgRealmsPath(orgApid string) string {
310 return "/orgs/" + url.QueryEscape(orgApid) + "/realms"
311}
312
313func (s *Session) GetOrgRealms(ctx context.Context, orgApid string) ([]Realm, error) {
314 var realms Realms

Callers 1

GetOrgRealmsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected