rstudio / rsconnect

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

tasks() and taskLog() are only for shinyapps.io and posit.cloud #1087

Closed aronatkins closed 1 week ago

aronatkins commented 1 week ago

While auditing the Connect APIs used by rsconnect, noticed that some paths are not APIs, which led to this change.

aronatkins commented 1 week ago

Looks good. Were these never in the API, or were they deprecated?

The "kill task" API existed as a route from ~2014 until 1.7.2, but had an empty implementation and not called. The "list tasks" API was never a route, as far as I can tell.