fhir-crucible / testscript-generator

FHIR TestScript generator
Apache License 2.0
1 stars 2 forks source link

Support Remote IGs #18

Open ms-k1ngk0ng opened 2 years ago

ms-k1ngk0ng commented 2 years ago

Add support for downloading remote IGs and generating tests using the downloaded package.

ms-k1ngk0ng commented 1 year ago

What this entails: creating and maintaining an HTTP client to request the IG from the remote address and store the retrieved package. I think it makes sense to just integrate the HTTP client class once it gets built into the engine.