Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applications() to return title field #484

Closed
gogonzo opened this issue Feb 4, 2021 · 0 comments · Fixed by #690
Closed

applications() to return title field #484

gogonzo opened this issue Feb 4, 2021 · 0 comments · Fixed by #690
Labels
connect 🔌 feature a feature request or enhancement

Comments

@gogonzo
Copy link

gogonzo commented Feb 4, 2021

When deploying the app using Rstudio Publish widget user can specify an Title (appTitle).

obraz

After deployment, on the (R)Studio Connect when listing deployed content the table shows a title. I wasn't able to find the name on the server.

obraz

Then, when we use the rsconnect::applications() we get the data.frame with following columns:
id, name, url, status, created_time, updated_time, guid, size, instances, config_url - but no app Title here

We would like to get deployed app title using rsconnect::applications(). Instead, we use app_name and convert it to App name which isn't accurate in all cases and it is potential BUG generator.

Summarizing, would be great if rsconnect::applications() return the apps title.

Cheers

@hadley hadley added feature a feature request or enhancement connect 🔌 and removed enhancement labels Feb 17, 2023
hadley added a commit that referenced this issue Feb 21, 2023
hadley added a commit that referenced this issue Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect 🔌 feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants