jonthegeek / rapid

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

Remainder #82

Open jonthegeek opened 8 months ago

jonthegeek commented 8 months ago

Provide a remainder property in each object (at least until I catch everything) that saves everything else in the yaml that wasn't caught during as_*()ing. Probably do this by implementing an abstract class from which everything inherits. Need to look into/think about what that means for list classes (but they're already different so that might be ok; they also might need their own abstract class).