Skip to content

Commit

Permalink
Update docs/editor.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Feb 18, 2024
1 parent 7e27f0f commit 2a7c55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import EditorMovie from "../../src/movies/editor/EditorMovie";

Also, "TypeScript Swagger Editor" provides [Mockup Simulator](./sdk/simulator). With the simulator, you can start the frontend (or client) development even when the backend API is not ready yet. Furthermore, "TypeScript Swagger Editor" supports automatic [e2e (end-to-end) test functions' generation](./sdk/e2e), so that you can easily validate the API with the generated test code.

Here are the some of example projects generated by "TypeScript Swagger Editor". Traveling those example projects, you may understand how to utilize the "TypeScript Swagger Editor". Let's start the type safe API interaction development with "TypeScript Swagger Editor"!
Here are the some example projects generated by "TypeScript Swagger Editor". Traveling those example projects, you may understand how to utilize the "TypeScript Swagger Editor". Let's start the type safe API interaction development with "TypeScript Swagger Editor"!

- Concepts
- SDK: collection of typed `fetch` functions with DTO structures
Expand Down Expand Up @@ -58,7 +58,7 @@ For reference, if your backend application utilizes `nestia` (NestJS), you don't
## Roadmap
Currently, "TypeScript Swagger Editor" is utilizing the [StackBlitz](https://stackblitz.com/) as the web-based TypeScript editor.

However, if many developers agree with the usefulness of the SDK and are interested in "TypeScript Swagger Editor," I am planning to develop a new standalone web application called @nestia/editor. It will take advantages of both "Swagger-UI" and "TypeScript Swagger Editor", and provide more convenient features for the API interaction development.
However, if many developers agree with the usefulness of the SDK and are interested in "TypeScript Swagger Editor," I am planning to develop a new standalone web application called `@nestia/editor`. It will take advantages of both "Swagger-UI" and "TypeScript Swagger Editor", and provide more convenient features for the API interaction development.

I don't know how popular "TypeScript Swagger Editor" would be at this stage, but I hope that I can proceed with the `@nestia/editor` project as I have created something that front (client) developers desperately need.

Expand Down

0 comments on commit 2a7c55f

Please sign in to comment.