APIWrapper (Class)
The APIWrapper class provides a method to obtain an instance of the SWAGAPI class with the specified options.
Methods
getInstance
Returns an instance of the SWAGAPI class configured with the provided options.
| Parameter | Type | Description |
|---|---|---|
options | SWAGAPIOptions | Configuration options for the API instance. |
| Returns | Type | Description |
|---|---|---|
| SWAGAPI | The configured SWAGAPI instance. |
Usage
Used to obtain and configure the main API instance for SDK operations.