request
Helper inline function to automatically get deserializer for the result value with dynamic data.
Return
a promise of the response
Parameters
an URL address
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call
Helper inline function to automatically get serializer for the data.
Return
a promise of the response
Parameters
an URL address
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
Helper inline function to automatically get serializer for the data.
Return
a promise of the response
Parameters
an URL address
data to be sent
a deserializer for the result value
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call
Helper inline function to automatically deserializer for the result value with typed data.
Return
a promise of the response
Parameters
an URL address
for the data
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call
Helper inline function to automatically get serializer for the data and deserializer for the result value.
Return
a promise of the response
Parameters
an URL address
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call