rstudio / plumbertableau

R package for creating Plumber APIs that function as Tableau Analytics Extensions
https://rstudio.github.io/plumbertableau/
Other
30 stars 1 forks source link

Update RStudio Connect logic #46

Closed blairj09 closed 3 years ago

blairj09 commented 3 years ago

It's worth noting that rsc_filter() didn't change as a result of the new logic. A few things were added, but we are still relying on headers rather than the API to inform us about where the content is being hosted. I favor this approach because it doesn't introduce the overhead of needing to make an API call to determine content location.