Hello,
I have a project in java, with APIs in REST. I wanted to create a wiki with documentation (markdown + swagger) on the APIs locally, also including a way to test the API (API console / explorer). These are APIs with IDP (OAUTH) authentication, with tokens.
Any suggestion of framework that provides this type of service?
Thank you.