Hello team, I have a list of APIs in Postman, how ...
# help
a
Hello team, I have a list of APIs in Postman, how can I add those to Wiremock?
b
What are you looking to do? Postman is an API testing client (you’re the consumer) and WireMock is an API mocking tool (you’re the provider). Unless you’re talking about API mocks defined in Postman?
a
Thanks for the response, how can I create an API mock server with a set of API definitions that I have in Postman, is it possible or I should create them one by one manually?
b
Again, what kind of API definitions? Tests for APIs (where you are the consumer) or API mocks (where you are the provider)? I can see how the latter might be converted quite easily. For the former, I don’t think there’s a way to do that with WireMock. WireMock Cloud can do it though: https://docs.wiremock.io/import-export/postman
a
Thanks, that would be helpful