0

We have integrated Swagger into our website as a separate application using Swashbuckle.How to integrate swagger into a website

I wonder is it possible to integrate Postman UI into our system for one of our client. If there's any how?

Daniel B
  • 3,109
  • 2
  • 33
  • 42

1 Answers1

0

It isn't possible to integrate the Postman UI with a project.

At max, you can use Collections to group and save whatever API calls you need and then Newman to run these groups of calls from the command line.

In other words, you'd have to manually set up and save every API call unlike Swagger.

Ray
  • 3,864
  • 7
  • 24
  • 36