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

Method NewAPIGetAPIKeyRequest

pkg/cmd/profile/add/add.go:24–24  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

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}
26
27// searchClientAdapter adapts the Algolia search client to our apiKeyInspector interface

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