MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / GetCodexKeys

Method GetCodexKeys

internal/tui/client.go:299–301  ·  view source on GitHub ↗

GetCodexKeys fetches Codex API keys.

()

Source from the content-addressed store, hash-verified

297
298// GetCodexKeys fetches Codex API keys.
299func (c *Client) GetCodexKeys() ([]map[string]any, error) {
300 return c.getWrappedKeyList("/v0/management/codex-api-key", "codex-api-key")
301}
302
303// GetVertexKeys fetches Vertex API keys.
304func (c *Client) GetVertexKeys() ([]map[string]any, error) {

Callers 1

fetchKeysMethod · 0.45

Calls 1

getWrappedKeyListMethod · 0.95

Tested by

no test coverage detected