MCPcopy
hub / github.com/fonoster/fonoster / FonosterClient

Interface FonosterClient

mods/sdk/src/client/types/FonosterClient.ts:30–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28import { TrunksClient } from "./TrunksClient";
29
30interface FonosterClient {
31 getAccessToken(): string;
32 getAccessKeyId(): string;
33 getApplicationsClient(): ApplicationsClient;
34 getCallsClient(): CallsClient;
35 getIdentityClient(): IdentityClient;
36 getSecretsClient(): SecretsClient;
37 getAgentsClient(): AgentsClient;
38 getNumbersClient(): NumbersClient;
39 getCredentialsClient(): CredentialsClient;
40 getDomainsClient(): DomainsClient;
41 getTrunksClient(): TrunksClient;
42 getAclsClient(): AclsClient;
43 getMetadata(): unknown;
44 refreshToken(): Promise<void>;
45}
46
47export { FonosterClient };

Callers 75

getMetadataMethod · 0.80
getMetadataMethod · 0.80
createInterceptorMethod · 0.80
onMethod · 0.80
identity_pb.jsFile · 0.80
identity_pb.jsFile · 0.80
useLoginWithOauth2CodeFunction · 0.80
refreshClientSessionFunction · 0.80
getMetadataMethod · 0.80
getMetadataMethod · 0.80
identity_pb.jsFile · 0.80
identity_pb.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected