Is your feature request related to a problem? Please describe.
Unable to truly migrate from openapi to wirespec due to not being able to processes the spec in code.
Describe the solution you'd like
I want to be able to programmatically process wirespec specs.
This includes reading the spec, and writing the spec.
This will help creating specs that can be merged and sliced whenever required.
This lib should also include a treeshaking posibility.
Requirements
Being able to read the spec, work with it, and write the spec using code.
This is not the same as the plugin, reading does not generate the classes.
Openapi/swagger does have a lib like this.
Additional information
https://github.com/swagger-api/swagger-parser
Is your feature request related to a problem? Please describe.
Unable to truly migrate from openapi to wirespec due to not being able to processes the spec in code.
Describe the solution you'd like
I want to be able to programmatically process wirespec specs.
This includes reading the spec, and writing the spec.
This will help creating specs that can be merged and sliced whenever required.
This lib should also include a treeshaking posibility.
Requirements
Being able to read the spec, work with it, and write the spec using code.
This is not the same as the plugin, reading does not generate the classes.
Openapi/swagger does have a lib like this.
Additional information
https://github.com/swagger-api/swagger-parser