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

Method GetVertexKeys

internal/tui/client.go:304–306  ·  view source on GitHub ↗

GetVertexKeys fetches Vertex API keys.

()

Source from the content-addressed store, hash-verified

302
303// GetVertexKeys fetches Vertex API keys.
304func (c *Client) GetVertexKeys() ([]map[string]any, error) {
305 return c.getWrappedKeyList("/v0/management/vertex-api-key", "vertex-api-key")
306}
307
308// GetOpenAICompat fetches OpenAI compatibility entries.
309func (c *Client) GetOpenAICompat() ([]map[string]any, error) {

Callers 1

fetchKeysMethod · 0.80

Calls 1

getWrappedKeyListMethod · 0.95

Tested by

no test coverage detected