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

Method GetClaudeKeys

internal/tui/client.go:294–296  ·  view source on GitHub ↗

GetClaudeKeys fetches Claude API keys.

()

Source from the content-addressed store, hash-verified

292
293// GetClaudeKeys fetches Claude API keys.
294func (c *Client) GetClaudeKeys() ([]map[string]any, error) {
295 return c.getWrappedKeyList("/v0/management/claude-api-key", "claude-api-key")
296}
297
298// GetCodexKeys fetches Codex API keys.
299func (c *Client) GetCodexKeys() ([]map[string]any, error) {

Callers 1

fetchKeysMethod · 0.45

Calls 1

getWrappedKeyListMethod · 0.95

Tested by

no test coverage detected