1.1.7 • Published 4 years ago

@sayanriju/apidoc2postman v1.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

A simple NPM cli/bin package to generate Postman Collection scaffolds from Apidoc documentations.

Usage

  • cd into a documentation folder generated by the apidoc application. By default, such folders are named docs/ and contain the files api_data.json & api_project.json among others.

  • Run the command npx @sayanriju/apidoc2postman inside the folder. It will write a JSON text to STDOUT, which may be written to a file using the shell's piping mechanism, like so:

    npx @sayanriju/apidoc2postman > ~/myProject.postman_collection.json

  • The ~/myProject.postman_collection.json file may now be imported into Postman as usual. Note that, the imported Postman Collection is just a skeleton/scaffold and as such will need to be heavily edited/fine-tuned.

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago