Skip to content

Wanted to build timesaver mini - projects necessary for web development.

License

Notifications You must be signed in to change notification settings

AmanKadam-16/TimeSavers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimeSavers

Wanted to build timesaver mini - projects necessary for web development.

TypeScript Interface Generator ( TSGen )

Reason to build : F'end Devs. spend atleast 10 to 15 min for writing an Interface for Each new API depending upon api results length.

So to eliminate this repetitive task I just built a tool to automate it.

Steps to use

Step 1, Go to Postman and Copy the API Endpoint

alt text

Step 2, Paste it in the API Route Input field

alt text

Step 3, Copy the body of API

alt text

Step 4, Paste the API Body in the Input JSON field

alt text

Step 5, Look out for the API Result If its a String Msg select string in Dropdown else if its a JSON you can also choose the JSON as Response Type

alt text

Step 6, Choose Response type as per your API output

alt text

🎯 After clicking on Generate Interface button you will get API BODY , RESULT and even API Function.

alt text

In Case you API output is not just a simple String message, You can expect following output

alt text

Options to Choose as Output Types

alt text

If as a developer you find this mini-project useful, and it helped in saving atleast few minutes of development time then give this repository a ⭐ Star on GitHub

About

Wanted to build timesaver mini - projects necessary for web development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published