Node.js module that abstracts the process of consuming a REST endpoint. When creating a new client, a URL must be given as first arguments. If the URL have dynamic params, those variable params must be marked with the colon notation, as shown below.
Full article