Search
Preparing search index...
The search index is not available
@sudoplatform-labs/sudo-di-cloud-agent
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@sudoplatform-labs/sudo-di-cloud-agent
IntroductionApi
Class IntroductionApi
Hierarchy
BaseAPI
IntroductionApi
Index
Constructors
constructor
Properties
configuration
Methods
connections
Conn
Id
Start
Introduction
Post
connections
Conn
Id
Start
Introduction
Post
Raw
request
with
Middleware
with
Post
Middleware
with
Pre
Middleware
Constructors
constructor
new
Introduction
Api
(
configuration
?:
Configuration
)
:
IntroductionApi
Parameters
configuration:
Configuration
= ...
Returns
IntroductionApi
Properties
Protected
configuration
configuration
:
Configuration
= ...
Methods
connections
Conn
Id
Start
Introduction
Post
connections
Conn
Id
Start
Introduction
Post
(
requestParameters
:
ConnectionsConnIdStartIntroductionPostRequest
)
:
Promise
<
object
>
Start an introduction between two connections
Parameters
requestParameters:
ConnectionsConnIdStartIntroductionPostRequest
Returns
Promise
<
object
>
connections
Conn
Id
Start
Introduction
Post
Raw
connections
Conn
Id
Start
Introduction
Post
Raw
(
requestParameters
:
ConnectionsConnIdStartIntroductionPostRequest
)
:
Promise
<
ApiResponse
<
object
>
>
Start an introduction between two connections
Parameters
requestParameters:
ConnectionsConnIdStartIntroductionPostRequest
Returns
Promise
<
ApiResponse
<
object
>
>
Protected
request
request
(
context
:
RequestOpts
)
:
Promise
<
Response
>
Parameters
context:
RequestOpts
Returns
Promise
<
Response
>
with
Middleware
with
Middleware
<
T
>
(
...
middlewares
:
Middleware
[]
)
:
T
Type parameters
T
:
BaseAPI
<
T
>
Parameters
Rest
...
middlewares:
Middleware
[]
Returns
T
with
Post
Middleware
with
Post
Middleware
<
T
>
(
...
postMiddlewares
:
(
undefined
|
(
(
context
:
ResponseContext
)
=>
Promise
<
void
|
Response
>
)
)
[]
)
:
T
Type parameters
T
:
BaseAPI
<
T
>
Parameters
Rest
...
postMiddlewares:
(
undefined
|
(
(
context
:
ResponseContext
)
=>
Promise
<
void
|
Response
>
)
)
[]
Returns
T
with
Pre
Middleware
with
Pre
Middleware
<
T
>
(
...
preMiddlewares
:
(
undefined
|
(
(
context
:
RequestContext
)
=>
Promise
<
void
|
FetchParams
>
)
)
[]
)
:
T
Type parameters
T
:
BaseAPI
<
T
>
Parameters
Rest
...
preMiddlewares:
(
undefined
|
(
(
context
:
RequestContext
)
=>
Promise
<
void
|
FetchParams
>
)
)
[]
Returns
T
Exports
Introduction
Api
constructor
configuration
connections
Conn
Id
Start
Introduction
Post
connections
Conn
Id
Start
Introduction
Post
Raw
request
with
Middleware
with
Post
Middleware
with
Pre
Middleware
Generated using
TypeDoc
Start an introduction between two connections