smart-on-fhir / client-js

JavaScript client for FHIR
Other
292 stars 209 forks source link

Support includeResponse for FHIR update operations #163

Closed cfeltner closed 1 month ago

cfeltner commented 1 year ago

This is for issue #162 The response body for an update is typically empty. Currently if it is empty, the includeResponse option is not checked. Updated the handling for empty content to check the includeResponse option.