SAP-archive / yaas-nodejs-client-sdk

YaaS.js, a Node.js client library for SAP Hybris as a Service (YaaS)
Apache License 2.0
15 stars 5 forks source link

Use axios for requests #3

Open georgkreimer opened 7 years ago

georgkreimer commented 7 years ago

What do you think about using axios for the HTTP requests? It works both for browsers and Node.js. I like the interceptor support. We could use the interceptors to handle:

abrain commented 7 years ago

Looks promising (pun intended). I think a big plus would be to enable the use within browsers.