rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
133 stars 81 forks source link

Add access to URL on deploy #1071

Closed jonkeane closed 4 months ago

jonkeane commented 4 months ago

Adds /access to the URL at the end of a successful deployment so that the person publishing has easy access to sharing what they just published.

There is one open question if doing this in the publishers versus changing the API. If we do this in the client I'll open a matching PR to rsconnect-python as well.