Closed aronatkins closed 1 year ago
The now deprecated addConnectServer() calls ensureConnectServerUrl() to make sure that the URL has the required parts.
addConnectServer()
ensureConnectServerUrl()
rsconnect:::ensureConnectServerUrl("https://colorado.posit.co/rsc/") #> [1] "https://colorado.posit.co/rsc/__api__"
Most users will forget to include the __api__ path segment.
__api__
addServer() should ensureConnectServerUrl().
addServer()
Local testing is not showing a problem.
The now deprecated
addConnectServer()
callsensureConnectServerUrl()
to make sure that the URL has the required parts.Most users will forget to include the
__api__
path segment.addServer()
shouldensureConnectServerUrl()
.