|
|
|
|
|
by arscan
819 days ago
|
|
I have a similar need but for the FHIR[1] spec, which has its own way of describing RESTful http endpoints that serve FHIR data. I was looking into how this works for inspiration, and it seems like the work of inferring the OpenAPI definition from recorded requests/responses is handled by the har-to-openapi nodejs library [2]. Is this by the same team? If not, kudos for packaging this up in a proxy -- seems like a useful interface into that library. 1. https://www.hl7.org/fhir/ 2. https://github.com/jonluca/har-to-openapi |
|