Make client function return request directly instead of data objects? #86
Labels
Component: Data Generator
Issue/PR that addresses DataGenerator methods
Component: Sandbox
Issue/PRs that deal with the client and server components of the sandbox
Milestone
Description
Currently the client function requires that a specific type of data object is returned, e.g.
CdsFhirData
orCcdData
. Would it be better to be more explicit to modify the usage so that the client returns the request object directly, which the service receives? I think it's a little less confusing.Current:
Suggested:
The text was updated successfully, but these errors were encountered: