You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
467 B
TypeScript
14 lines
467 B
TypeScript
|
6 days ago
|
import type { GenerateServiceProps } from 'openapi-ts-request'
|
||
|
|
|
||
|
|
export default [
|
||
|
|
{
|
||
|
|
schemaPath: 'https://ukw0y1.laf.run/unibest-opapi-test.json',
|
||
|
|
serversPath: './src/service',
|
||
|
|
requestLibPath: `import request from '@/http/vue-query';\n import { CustomRequestOptions } from '@/http/types';`,
|
||
|
|
requestOptionsType: 'CustomRequestOptions',
|
||
|
|
isGenReactQuery: false,
|
||
|
|
reactQueryMode: 'vue',
|
||
|
|
isGenJavaScript: false,
|
||
|
|
},
|
||
|
|
] as GenerateServiceProps[]
|