MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / collectThirdPartyConfig

Function collectThirdPartyConfig

static/js/payment.js:2020–2024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2018}
2019
2020function collectThirdPartyConfig() {
2021 const apiUrl = getInputValue("third-party-api-url");
2022 const apiKey = getInputValue("third-party-api-key");
2023 return { api_url: apiUrl, api_key: apiKey };
2024}
2025
2026function restoreBindModeConfig() {
2027 const modeSelect = document.getElementById("bind-mode-select");

Callers 1

submitThirdPartyAutoBindFunction · 0.85

Calls 1

getInputValueFunction · 0.85

Tested by

no test coverage detected