[ad_1]
Hi all,
Is it possible to build API test/example pages like this one using WordPress: [https://petstore.swagger.io/#/])
So basically, I will need the user to authenticate, and then pass his details, so he can test API methods and see responses in a raw format.
Or should I pick some other solution like Apigee instead of building a custom solution on WordPress?
Thank you!
[ad_2]
Yes it can be done. I can expand on that answer but it would require knowledge of Javascript and the Rest Api.. I assume since you want to do something like this that you would know how to code that.
You could make a custom post type so that the actual tests do mess up the rest of your site with test pages that get created.