rstudio / rsconnect

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

include application_id in client-shinyapps getApplication result #902

Closed mslynch closed 1 year ago

mslynch commented 1 year ago

We're looking for application$application_id when we deploy the bundle. This is currently present on the createApplication return value, but not for getApplication.

Resolves https://github.com/rstudio/rsconnect/issues/901.

mslynch commented 1 year ago

Is there an opportunity for tests?

I'm sure there is... shinyapps.io doesn't have any unit tests to build off of and adding something meaningful would take more time than I'm willing to spend right now. I created https://github.com/rstudio/rsconnect/issues/903.