Recently I started with ES6 and got an obvious task to query some API. There are some tools to do so(like https://www.npmjs.com/package/es6-request) as well as built-in fetch
method.
But what is common to query API in real-world applications?
I tried to search for a while and haven't find an answer. If I mistaken please point a link in comments and I'll remove the question if needed.