MCPcopy Create free account
hub / github.com/Sovereign-Engineering/obscuravpn-client / api_request

Method api_request

rustlib/src/manager.rs:221–223  ·  view source on GitHub ↗
(&self, cmd: C)

Source from the content-addressed store, hash-verified

219 } else {
220 auth_token = Some(output.auth_token);
221 break;
222 }
223 }
224 if auth_token.is_none() {
225 return Err(ApiError::ApiClient(anyhow::format_err!("exceeded {MAX_ATTEMPTS} URL overrides").into()).into());
226 }

Callers 6

delete_accountMethod · 0.45
get_account_infoMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected