FHIR Chat · hapi-fhir: issue 269: Create http() operation in generic ... · hapi

Stream: hapi

Topic: hapi-fhir: issue 269: Create http() operation in generic ...


view this post on Zulip Zulip HAPI Bot (Dec 09 2015 at 15:43):

jamesagnew opened issue 269

From a discussion at DevDays with Mirjam about the .NET client:

I believe it was around putting the fluent operations in the client for the low level operations (e.g. .Get(), .Post() ...etc...) into a new spot under .Http(). So you'd do

client.Read(whatever);
or
client.Http().Get(whatever);`

view this post on Zulip Ewout Kramer (Dec 09 2015 at 15:47):

Right, that was a great idea. To avoid confusion between Read() and Get()....

view this post on Zulip Ewout Kramer (Dec 09 2015 at 15:48):

We'll do the same: https://github.com/ewoutkramer/fhir-net-api/issues/142


Last updated: Apr 12 2022 at 19:14 UTC