You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm writing a little nodejs tool and would like to retrieve some resources from an open server. Doing the above will give me a TypeError: FHIR.client is not a function. What got imported was the smart(req, res, storage) function, but my little tool is not an http server, I do not have request or response objects.
I would like to be able to start a client to an open server, the same as in a browser environment, but from a nodejs tool application.
The text was updated successfully, but these errors were encountered:
In browser environment I can do:
To connect to an open server.
Now I'm writing a little nodejs tool and would like to retrieve some resources from an open server. Doing the above will give me a
TypeError: FHIR.client is not a function
. What got imported was thesmart(req, res, storage)
function, but my little tool is not an http server, I do not have request or response objects.I would like to be able to start a client to an open server, the same as in a browser environment, but from a nodejs tool application.
The text was updated successfully, but these errors were encountered: