beda-software / fhir-py

FHIR Client for python
MIT License
174 stars 32 forks source link

Persistent session support #107

Open ir4y opened 1 year ago

ir4y commented 1 year ago
app = web.Application()
app.cleanup_ctx.append(AsyncFHIRClient.attach)
ruscoder commented 1 year ago

Related #93