FHIR / fhir.js

JavaScript client for FHIR
426 stars 136 forks source link

Interceptor feature #165

Open minhdongsss opened 3 years ago

minhdongsss commented 3 years ago

The first, thanks for great lib. In my case, I want to get response from server every time I send a request. I read document but not find config or something to detect for this. I think it the same interceptor of axios. Do we have this feature?