0.0.2 • Published 7 years ago

raw-to-formdata-converter v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Raw to FormData Converter

This is a utility to convert the data from raw data (what you get after importing CURL requests into Postman) into form data (use bulk edit feature and paste it in the Postman).

Installation

$ npm i -g raw-to-formdata-converter

Usage

  1. Run the utility.

    $ raw-to-formdata-converter

  2. When it tells to copy the data, go into Postman and copy the Raw Data.

  3. Press any key and conversion done.
  4. Go back into Postman and paste the converted data in FormData (you need to be in the bulk-edit mode).
  5. Hurrah!!
0.0.2

7 years ago

0.0.1

7 years ago