IncubatorApiClientInterface
Methods
checkIncubatorSubscription()
checkIncubatorSubscription(
id
,config?
):Promise
<SCIncubatorSubscriptionType
>
Parameters
Parameter | Type |
---|---|
id | string | number |
config? | AxiosRequestConfig |
Returns
Promise
<SCIncubatorSubscriptionType
>
createIncubator()
createIncubator(
data
,config?
):Promise
<SCIncubatorType
>
Parameters
Parameter | Type |
---|---|
data | IncubatorCreateParams |
config? | AxiosRequestConfig |
Returns
Promise
<SCIncubatorType
>
getAllIncubators()
getAllIncubators(
params?
,config?
):Promise
<SCPaginatedResponse
<SCIncubatorType
>>
Parameters
Parameter | Type |
---|---|
params? | IncubatorSearchParams |
config? | AxiosRequestConfig |
Returns
Promise
<SCPaginatedResponse
<SCIncubatorType
>>
getIncubatorSubscribers()
getIncubatorSubscribers(
id
,config?
):Promise
<SCPaginatedResponse
<SCUserType
>>
Parameters
Parameter | Type |
---|---|
id | string | number |
config? | AxiosRequestConfig |
Returns
Promise
<SCPaginatedResponse
<SCUserType
>>
getSpecificIncubator()
getSpecificIncubator(
id
,config?
):Promise
<SCIncubatorType
>
Parameters
Parameter | Type |
---|---|
id | string | number |
config? | AxiosRequestConfig |
Returns
Promise
<SCIncubatorType
>
searchIncubators()
searchIncubators(
params?
,config?
):Promise
<SCPaginatedResponse
<SCIncubatorType
>>
Parameters
Parameter | Type |
---|---|
params? | IncubatorSearchParams |
config? | AxiosRequestConfig |
Returns
Promise
<SCPaginatedResponse
<SCIncubatorType
>>
subscribeToIncubator()
subscribeToIncubator(
id
,config?
):Promise
<any
>
Parameters
Parameter | Type |
---|---|
id | string | number |
config? | AxiosRequestConfig |
Returns
Promise
<any
>