mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
feat: add example
This commit is contained in:
3
.templates/rest-api/{{name.kebabCase}}-rest-api/index.ts
Normal file
3
.templates/rest-api/{{name.kebabCase}}-rest-api/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { {{name.camelCase}}HttpClient } from './client'
|
||||
export { {{name.pascalCase}}RestApiError, {{name.pascalCase}}RestApiTransportError } from './errors'
|
||||
export { {{name.camelCase}}RestApi } from './rest-api'
|
||||
Reference in New Issue
Block a user