mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
8 lines
411 B
TypeScript
8 lines
411 B
TypeScript
import { createApiClient } from '@biocad/{{name.kebabCase}}-rest-api-sdk/create-api-client'
|
|
import { operationsTree } from '@biocad/{{name.kebabCase}}-rest-api-sdk/operations-tree'
|
|
|
|
import { {{name.camelCase}}HttpClient } from './client'
|
|
|
|
/** Полный bound-клиент {{name.pascalCase}} REST API. */
|
|
export const {{name.camelCase}}RestApi = createApiClient({{name.camelCase}}HttpClient, operationsTree)
|