react-openapi-client
react-openapi-client copied to clipboard
[Question] Are multiple API definitions supported?
Firstly I want to thank you for this package which is pretty awesome.
I wanted to ask if this package is compatible with multiple OpenAPIProviders coexisting at the same time.
<OpenAPIProvider definition='api1.json'>
<OpenAPIProvider definition='.api2.json>
....
</OpenAPIProvider>
</OpenAPIProvider>