beamable-sdk / schema / HttpCall
Type Alias: HttpCall¶
HttpCall =
object
Defined in: src/__generated__/schemas/HttpCall.ts:8
Properties¶
body?¶
optionalbody:string|null
Defined in: src/__generated__/schemas/HttpCall.ts:9
contentType?¶
optionalcontentType:string|null
Defined in: src/__generated__/schemas/HttpCall.ts:10
headers?¶
optionalheaders:StringStringKeyValuePair[] |null
Defined in: src/__generated__/schemas/HttpCall.ts:11
method?¶
optionalmethod:string
Defined in: src/__generated__/schemas/HttpCall.ts:12
type?¶
optionaltype:string
Defined in: src/__generated__/schemas/HttpCall.ts:13
uri?¶
optionaluri:string
Defined in: src/__generated__/schemas/HttpCall.ts:14