Investec Open API v0.1.0 InvestecOpenApi.HTTP.External View Source

This is the boundary to connect to the outside world. And is mainly done so that http calls can be mocked properly for testing purposes.

Link to this section Summary

Functions

Making http call to the outside world. If we want to make use of a different http library then, we can update it at this point.

Link to this section Functions

Link to this function

request(method, path, body, headers, options)

View Source

Making http call to the outside world. If we want to make use of a different http library then, we can update it at this point.