@4djs/gql-types 中文文档教程

发布于 4年前 浏览 26 项目主页 更新于 3年前

一个简单的工具,用于从 rest API catalog

How to use

您可以简单地使用 npx 调用二进制文件:

npx @4djs/gql-types http://localhost:8081/rest/\$catalog/\$all

这将打印接口到标准输出。

您还可以重定向结果以将其保存到特定文件中:

npx @4djs/gql-types http://localhost:8081/rest/\$catalog/\$all > 4d.types.ts

A simple tool to generate interfaces from the rest API catalog

How to use

You can simply call the binary using npx:

npx @4djs/gql-types http://localhost:8081/rest/\$catalog/\$all

This will print the interfaces into the standard output.

You can also redirect the result to save it into a specific file:

npx @4djs/gql-types http://localhost:8081/rest/\$catalog/\$all > 4d.types.ts
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文