ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
54 lines (26 loc) • 829 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) > [BaseService](./ibm-cloud-sdk-core.baseservice.md) > [configureService](./ibm-cloud-sdk-core.baseservice.configureservice.md)
## BaseService.configureService() method
Configure the service using external configuration
**Signature:**
```typescript
protected configureService(serviceName: string): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
serviceName
</td><td>
string
</td><td>
the name of the service. This will be used to read from external configuration.
</td></tr>
</tbody></table>
**Returns:**
void