emsbuscatalog-2-postman
v1.0.3
Published
Ems-bus services catalog converter for Postman Collection
Downloads
4
Maintainers
Readme
Ems-Bus Service Catalog to Postman Collection Converter
This project use the catalog service definition at enterprise service bus ems-bus and converts them to a Postman collection. The actual support format is based on Postman Collection Format v2.1.0
Ems-bus is an awesome tool to facilitate the integration of systems through a service-oriented approach for the systems of the University of Brasilia (UnB), but it isn't have a feature to call the endpoints and see the response.
Postman offer lots of features to play with requests and this project helps to bootstrap Postman from services.
Installation
For usage on command line, install globally
npm install -g emsbuscatalog-2-postman
For programmatic usage, install in project
npm install --save emsbuscatalog-2-postman
Command Line Usage
emsbuscatalog-2-postman --input catalog_path --output ems-bus-catalog.postman_collection.json
From the given folder, all folders are recursively scanned for files that have services. You can also set the output JSON.
Contributing
- Submit a Pull Request for any enhancement you made.
- Create an issue describing your particular problem.
License
emsbuscatalog-2-postman is Open Source software released under the GNU General Public License v3.0.