Closed Andy-Grigg closed 2 years ago
Closes #31
Use a new version of the code generator template. Generates code with an explicit runtime dependency on Model, Api, and ApiClient interfaces defined in openapi-common.
Model
Api
ApiClient
openapi-common
Looks as expected, nice and easy pr to approve!
Closes #31
Use a new version of the code generator template. Generates code with an explicit runtime dependency on
Model
,Api
, andApiClient
interfaces defined inopenapi-common
.