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

ch_get_one / ch_GET fail when id is a UUID not an integer #2

Open
SymbolixAU opened this issue Sep 24, 2018 · 0 comments
Open

ch_get_one / ch_GET fail when id is a UUID not an integer #2

SymbolixAU opened this issue Sep 24, 2018 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@SymbolixAU
Copy link
Collaborator

There's a conversion or format change going on somewhere and I can't find it.

To reproduce

library(clubhouser)
set_token(Sys.getenv("CLUBHOUSE_TOKEN"))
df <- ch_list_all("members",response_type = "minimal")
df_one <- ch_get_one("members", id = df[1, "id"])
@SymbolixAU SymbolixAU added bug Something isn't working help wanted Extra attention is needed labels Sep 24, 2018
@SymbolixAU SymbolixAU added this to the v1.0 milestone Sep 24, 2018
@SymbolixAU SymbolixAU self-assigned this Sep 24, 2018
@SymbolixAU SymbolixAU added this to To do in CRAN release V1.0 via automation Sep 24, 2018
@SymbolixAU SymbolixAU removed their assignment Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Development

No branches or pull requests

0 participants