openapi-ts icon indicating copy to clipboard operation
openapi-ts copied to clipboard

Request support multiple schemas

Open semdy opened this issue 6 months ago • 2 comments

Description

Like this:

export default [
{
  input: 'https://get.heyapi.dev/hey-api/backend',
  output: 'src/client',
  plugins: ['@hey-api/client-fetch'],
},
{
  input: 'https://get.heyapi.dev/hey-api/backend2',
  output:'src/client2',
  plugins: ['@hey-api/client-fetch'],
}
];

semdy avatar Apr 30 '25 13:04 semdy