MCPcopy Create free account
hub / github.com/circlefin/circle-nodejs-sdk / constructor

Method constructor

src/generated/base.ts:49–58  ·  view source on GitHub ↗
(
    configuration?: Configuration,
    protected basePath: string = BASE_PATH,
    protected axios: AxiosInstance = globalAxios
  )

Source from the content-addressed store, hash-verified

47 protected configuration: Configuration | undefined;
48
49 constructor(
50 configuration?: Configuration,
51 protected basePath: string = BASE_PATH,
52 protected axios: AxiosInstance = globalAxios
53 ) {
54 if (configuration) {
55 this.configuration = configuration;
56 this.basePath = configuration.basePath || this.basePath;
57 }
58 }
59}
60
61/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected