Akryum / Akryum/moquerie

Work with types generated from OpenAPI

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

Mô tả

Hi
I experiment using [moquerie](https://github.com/Akryum/moquerie) using one of my projects.
The UI looks beautiful and it seems useful - so thank you for your amazing work 💪

My config looks like:
`moquerie.config.ts`:
```ts
import { defineConfig } from "moquerie/config";

export default defineConfig({
// API port
server: {
port: 4002,
},
rest: {
typeFiles: ["src/lib/api/api.d.ts","src/lib/api/a.ts","src/lib/api/file.ts"],
},
});

```

I generate types from my backend OpenAPI using [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-typescript) package. So I got a file named `api.d.ts`.

But when I try to import types from `.d.ts` it does not appear in the resources tab.

I have other few issues:
- I created a file `file.ts` with `export type Test = { a: number };` but I cannot see it in the resources tab. It only resolves interfaces, not types.
- I cannot import stuff from `api.d.ts`

Is there an example of using it with .d.ts or the ability to resolve interfaces?
BTW - I couldn't find a way to reset my data in moqueire - so I cannot delete my mock / factory.

Thanks!

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.