jonthegeek / rapid

R 'API' documents
https://rapid.api2r.org/
Other
6 stars 1 forks source link

enum_property vs list_of_characters #79

Open jonthegeek opened 9 months ago

jonthegeek commented 9 months ago

I think I mostly created the same special property twice. Moreover, I think maybe they should both be a class (class_list_of_characters() maybe?)

Used in security.R for required_scopes and servers-string_replacements.R for enum (which itself should maybe become a class that allows for either free-form text or factors, in a list).