Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.41 KB

ReadMe.md

File metadata and controls

40 lines (25 loc) · 1.41 KB

Introduction

We all always want to access the properties for our api response,Imagine Creating Types for API, You will usually head over to tool or create on your self if the API list is few, 😌 Imagine the List is 500 Now ? How Many hours are your ready to spend, to Speed this up, Presenting POSTMAN-API-TYPES Generator ⚙️ which will automate this for you in just few seconds.

Contribution's are Appericiated, This is Open Source - lets Build it Awesome 🥳

Features

  • Generate Types from PostMan Collection URL.
  • Generate Types from exported PostMan Collection JSON locally.

Installation

Usage

Local Generation

  • Export the Postman collaction JSON
  • Paste the content inside data.json
  • Run node index.js

PostMan Collecion Generation

The Types will be generated inside Types directory

RoadMap

  • GENERAL - Convert js to TS
  • POSTMAN - Fetch JSON from Collection POSTMAN URL
  • GENERAL - Create Custom CMD for Postman / Normal JSON