You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a wrapper that lets me get content usage regardless of the content is Shiny or not. Currently we have /v1/instrumentation/shiny/usage for shiny usage and /v1/instrumentation/content/visits for everything else. They contain much of the same information (though there isn't complete overlap!), but it looks like enough that we could return a combined list that has the fields when they are relevant and either doesn't have them or they are marked as NULL when they are not relevant.
It would be nice to have a wrapper that lets me get content usage regardless of the content is Shiny or not. Currently we have
/v1/instrumentation/shiny/usage
for shiny usage and/v1/instrumentation/content/visits
for everything else. They contain much of the same information (though there isn't complete overlap!), but it looks like enough that we could return a combined list that has the fields when they are relevant and either doesn't have them or they are marked asNULL
when they are not relevant.See: rstudio/connectapi#218
The text was updated successfully, but these errors were encountered: