Returns identifiers for all galleries associated with a 'Kairos' application.

get_galleries()

Value

A vector of gallery id's.

Examples

#> Succesfully initialized authentification credentials.
# enroll finn_image <- 'https://upload.wikimedia.org/wikipedia/en/2/2a/Finn-Force_Awakens_%282015%29.png' first_gallery <- enroll(image = finn_image, subject_id = 'finn', gallery = 'starwars')
#> Error: API did not return json
second_gallery <- enroll(image = finn_image, subject_id = 'finn', gallery = 'more_starwars')
#> Error: API did not return json
# get_galleries get_galleries()
#> Error: lexical error: invalid char in json text. #> Authentication failed #> (right here) ------^