This is an alternative to swagger-ui, which has limitations around endpoints that can accept many different query parameters and response types.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd jsonapi-swagger-ui
yarn
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)