* Update the generator to include version * Add versioned APIs * Update imports * Prettier
10 lines
356 B
Handlebars
10 lines
356 B
Handlebars
'{{apiPathPrefix}}/{{groupName}}/{{version}}/endpoints.gen.ts': {
|
|
apiFile: '{{apiPathPrefix}}/{{groupName}}/{{version}}/baseAPI.ts',
|
|
schemaFile: '../data/openapi/{{group}}-{{version}}.json',
|
|
{{#if endpoints}}
|
|
filterEndpoints: [{{{formatEndpoints endpoints}}}],
|
|
{{/if}}
|
|
tag: true,
|
|
},
|
|
// PLOP_INJECT_API_CLIENT - Used by the API client generator
|