GetCodexKeys fetches Codex API keys.
()
| 297 | |
| 298 | // GetCodexKeys fetches Codex API keys. |
| 299 | func (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. |
| 304 | func (c *Client) GetVertexKeys() ([]map[string]any, error) { |
no test coverage detected