Problem
There's functions within the API client that are used by only testers and should be removed. VCellApiClient should only be used for HTTP client related state management. The messengers actually make the calls to their respective endpoints/resources.
Solution
Clean out all of these functions, and make VCellAPIClient handle only client/HTTP state.
Problem
There's functions within the API client that are used by only testers and should be removed. VCellApiClient should only be used for HTTP client related state management. The messengers actually make the calls to their respective endpoints/resources.
Solution
Clean out all of these functions, and make VCellAPIClient handle only client/HTTP state.