feat: add example

This commit is contained in:
2026-08-01 09:31:08 +03:00
parent 15805e28df
commit 26b59686a5
434 changed files with 34975 additions and 4995 deletions

View File

@@ -0,0 +1,7 @@
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)