rstudio / rscloud

Managing RStudio Cloud spaces with R
https://rstudio.github.io/rscloud
Other
22 stars 11 forks source link

Adjust space membership functions. #53

Closed ssinnott closed 1 year ago

ssinnott commented 2 years ago

We're adjust the project cleanup options around adding and removing users from a space. We need to adjust this function here as well to support the newer options,

https://github.com/rstudio/rscloud/blob/master/R/members.R#L166

mine-cetinkaya-rundel commented 2 years ago

Sounds good. Do you want to do a PR or want to provide a bit more specifics and I can?

ssinnott commented 2 years ago

I'll do a PR for it - this is part of active work. The endpoint doesn't exist yet - so I'll add more details once the API is set in stone =)