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
New get_packages() function to get a data frame of all packages on a Connect
server. (#374)
New get_content_packages() function to get a data frame of all package
dependencies for a content item. (#374)
New get_aws_credentials() and get_aws_content_credentials() functions for interacting with Connect's /v1/oauth/integrations/credentials endpoint. This endpoint allows content running on Posit Connect to
obtain temporary AWS credentials for an AWS IAM role specified by the system administrator.
(#380).