Preparing search index...
The search index is not available
api-gateway
api-gateway
modules/customers/customers.controller
CustomersController
Class CustomersController
Index
Constructors
constructor
Methods
get
Customer
Constructors
constructor
new
CustomersController
(
customersService
:
CustomersClientService
,
)
:
CustomersController
Parameters
customersService
:
CustomersClientService
Returns
CustomersController
Methods
get
Customer
getCustomer
(
req
:
Request
,
id
:
string
,
)
:
Promise
<
{
customerId
:
string
;
email
:
string
;
name
:
string
}
>
Parameters
req
:
Request
id
:
string
Returns
Promise
<
{
customerId
:
string
;
email
:
string
;
name
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Customer
api-gateway
Loading...