UNPKG

ibm-cloud-sdk-core

Version:

Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.

18 lines (10 loc) 555 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) &gt; [BaseService](./ibm-cloud-sdk-core.baseservice.md) &gt; [getHttpClient](./ibm-cloud-sdk-core.baseservice.gethttpclient.md) ## BaseService.getHttpClient() method Get the Axios instance set on the service. All requests will be made using this instance. **Signature:** ```typescript getHttpClient(): import("axios").AxiosInstance; ``` **Returns:** import("axios").AxiosInstance