A class to act as an in-between the library's request, and the orgs response
if SF_MOCK_DIR is set it will read from the directory, returning file contents directly as API responses
SF_MOCK_DIR
if it is NOT set, it will hit the endpoint and use real server responses
Will either use mocked responses, or the real server response, as the library/APIs become more feature complete, there will be fewer mocks and more real responses
A class to act as an in-between the library's request, and the orgs response
if
SF_MOCK_DIRis set it will read from the directory, returning file contents directly as API responsesif it is NOT set, it will hit the endpoint and use real server responses