acacode / acacode/swagger-typescript-api

Distributed files assembling

Đang mở
#284 1 bình luận 5 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
TypeScript
Star
4.1k
Fork
436
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Does this library support distributed files assembling?
Here is how I try to assemble it

```
// index.yml
openapi: 3.0.3
info:
title: azaza
version: DEV-SNAPSHOT
description: OpenAPI
paths:
/ics-contracts:
get:
operationId: getContractsList
summary: desc
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: model/icsContract.yml

// model/icsContract.yml
type: object
title: Контракт
properties:
uuid:
$ref: ../../common/model/uuid.yml
title: UUID
number:
type: string
title: Num
example: 12
```

I launch it from the file index.yml with curl, for some reason it doesnt get the content of model/icsContract.yml file

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.