swagger-type-generator

#5 / 7 rate

swagger-type-generator

132 users

2023-06-26

wshmin1234

Extension Information

5 star
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

swagger chrome extension generate typescript, axios, fetch code

1. Improvement of the Swagger UI: This extension shows the Swagger UI more intuitively.
Display API documents in a more readable and user-friendly way, making it easier for developers to understand and use APIs.

2. API search capability: Extension provides the ability to search for APIs. Developers can quickly browse specific APIs or endpoints, and search results can quickly access the APIs they want.

3. Type generator: Automatically generates the type of API response data based on the JSON extension format. Developers can leverage automatically generated types without the need to easily analyze response data and create type definitions.

4. API code generator using Axios: Extension automatically generates code for API calls using Axios. Developers can implement API requests more easily and maintain a consistent code style and structure.

5. API code generator using fetch: Extension uses fetch API to automatically generate code for API calls. Using fetch, developers can write API requests more concisely and optionally with axios.

This extension, including these features, helps developers perform API tasks more efficiently. Installing and using extensions can improve the productivity of API-related tasks and make the development process smoother and more convenient.

6. React Query Code Generate : Generate React Query Code based axios, fetch api code.