Globals / BaseAPI
# Class: BaseAPI
export
# Hierarchy
BaseAPI
# Index
# Constructors
# Properties
# Constructors
# constructor
+ new BaseAPI(configuration?
: Configuration, basePath?
: string, fetch?
: FetchAPI): BaseAPI
Defined in src/generated/api.ts:57 (opens new window)
# Parameters:
Name | Type | Default value |
---|---|---|
configuration? | Configuration | - |
basePath | string | BASE_PATH |
fetch | FetchAPI | portableFetch |
Returns: BaseAPI
# Properties
# basePath
• Protected
basePath: string
Defined in src/generated/api.ts:61 (opens new window)
# configuration
• Protected
configuration: Configuration
Defined in src/generated/api.ts:57 (opens new window)
# fetch
• Protected
fetch: FetchAPI
Defined in src/generated/api.ts:62 (opens new window)