Making HTTP Requests
Making a Request
Functionality for making HTTP requests is provisioned using the request library. The library is exposed directly on EntityRepo's Infrastructure object. Example accessing the library is given as -
// where request here is the object exposed by the request library.
let request = this.entityRepo.infrastructure().request;