MCPcopy Create free account
hub / github.com/algolia/cli / ListAPIKeys

Method ListAPIKeys

pkg/cmd/profile/add/add.go:22–22  ·  view source on GitHub ↗
(opts ...search.RequestOption)

Source from the content-addressed store, hash-verified

20
21type apiKeyInspector interface {
22 ListAPIKeys(opts ...search.RequestOption) (*search.ListApiKeysResponse, error)
23 GetAPIKey(r search.ApiGetApiKeyRequest, opts ...search.RequestOption) (*search.GetApiKeyResponse, error)
24 NewAPIGetAPIKeyRequest(key string) search.ApiGetApiKeyRequest
25}

Callers 1

inspectAPIKeyFunction · 0.65

Implementers 2

stubAPIKeyInspectorpkg/cmd/profile/add/add_test.go
searchClientAdapterpkg/cmd/profile/add/add.go

Calls

no outgoing calls

Tested by

no test coverage detected