when I create a plumber api outside Rstudio...is there any way of getting the nice swagger-like html page with all the api info when pointing to the api URL?
I develop this project using VScode (business constraints..)
The usual URLs:
http://127.0.01:8000
http://127.0.0.1:8000/__docs__/
both says 404 not found
using Rstudio the swagger page url is:
http://127.0.0.1:8000/__docs__
and shows:
http://127.0.0.1:8000/openapi.json
But I assume this is a Rstudio feature. is there any way opf getting such info page in browser?
The rest of endpoints seems to work ok