jonthegeek / rapid

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

Refactor or remove properties #47

Closed jonthegeek closed 12 months ago

jonthegeek commented 1 year ago

The properties have a hack for error reporting. Refactor them to get rid of that hack. Maybe with validators? Maybe by converting them to classes?

I still want to use stbl for coersion, but find a better way to do it. A class constructor is probably a friendlier place.

jonthegeek commented 12 months ago

After digging into this more... I think I'm doing it as close to the "right" way as possible right now. Might be best to just capture stbl errors and let S7 handle them?