EOIAxiosRESTHandler
eyesonit-typescript-sdk / EOIAxiosRESTHandler
Class: EOIAxiosRESTHandler
Implements
Constructors
Constructor
new EOIAxiosRESTHandler(
customLogger?):EOIAxiosRESTHandler
Parameters
customLogger?
any
Returns
EOIAxiosRESTHandler
Methods
get()
get(
endPoint):Promise<EOIResponse>
Parameters
endPoint
string
Returns
Promise<EOIResponse>
Implementation of
post()
post(
endPoint,body,headers):Promise<EOIResponse>
Parameters
endPoint
string
body
string
headers
any
Returns
Promise<EOIResponse>