beamable-sdk / core/BeamMicroServiceClient / BeamMicroServiceClientRequestProps
Interface: BeamMicroServiceClientRequestProps<TReq>¶
Defined in: src/core/BeamMicroServiceClient.ts:4
Type Parameters¶
TReq¶
TReq = any
Properties¶
endpoint¶
endpoint:
string
Defined in: src/core/BeamMicroServiceClient.ts:5
payload?¶
optionalpayload:TReq
Defined in: src/core/BeamMicroServiceClient.ts:6
withAuth¶
withAuth:
boolean
Defined in: src/core/BeamMicroServiceClient.ts:7