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

Function fetchCredentialsPath

api/api.go:234–236  ·  view source on GitHub ↗
(orgSlug, realmSlug string)

Source from the content-addressed store, hash-verified

232}
233
234func fetchCredentialsPath(orgSlug, realmSlug string) string {
235 return "/orgs/" + url.QueryEscape(orgSlug) + "/realms/" + url.QueryEscape(realmSlug) + "/x509/credentials"
236}
237
238func (s *Session) FetchCredentials(ctx context.Context, orgSlug, realmSlug string) ([]Credential, error) {
239 var creds struct {

Callers 2

FetchCredentialsMethod · 0.85
getCredentialsURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected