Fastify (JS) Addon
Archived 6 hours ago
O
St3ix
Playing Custom Status
Booster
Project Name:
Pman (Fastify - Postman)
Description:
Recently I‘ve started a web-backend project with fastify and I‘ve noticed a very annoying problem. When you create routes, you have to manually add your routes to postman if you want to properly test it. I‘ve decided that I want to automate this using the Fastify Addon Developing. When creating a new route, it automatically creates that route to your postman and you can immediately view it on your Desktop app, by using
P.S. let me know what you think and what features you‘d want to have.
Tech Stack:
• Javascript• Node• Fastify• Postman
Link:
• Github: https://github.com/Statsly-org/fastify-pman• NPM: https://www.npmjs.com/package/@st3ix/pman
Pman (Fastify - Postman)
Description:
Recently I‘ve started a web-backend project with fastify and I‘ve noticed a very annoying problem. When you create routes, you have to manually add your routes to postman if you want to properly test it. I‘ve decided that I want to automate this using the Fastify Addon Developing. When creating a new route, it automatically creates that route to your postman and you can immediately view it on your Desktop app, by using
OpenAPI and @fastify/swagger it then converts it into something that we can use to send to the Postman API. So I don’t really want to go too much into detail because you can read it yourself on the npm package Site. But I believe I solved it very good and I would be more that happy if people use it. Thank you in advance.P.S. let me know what you think and what features you‘d want to have.
Tech Stack:
• Javascript• Node• Fastify• Postman
Link:
• Github: https://github.com/Statsly-org/fastify-pman• NPM: https://www.npmjs.com/package/@st3ix/pman
