react-openapi-client icon indicating copy to clipboard operation
react-openapi-client copied to clipboard

[Question] Are multiple API definitions supported?

Open bmsan opened this issue 4 years ago • 0 comments

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>

bmsan avatar Aug 13 '21 09:08 bmsan