sbg / sevenbridges-r

Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
https://sbg.github.io/sevenbridges-r/
Apache License 2.0
35 stars 14 forks source link

Dynamic Field Definition #54

Closed nanxstats closed 6 years ago

nanxstats commented 7 years ago

Maybe it's time to consider injecting unexpected new fields (introduced by API update) to a new field for all current classes.

Despite potential side effects, this could avoid future problems mentioned in https://github.com/sbg/sevenbridges-r/issues/51.

cc @tengfei

nanxstats commented 6 years ago

Just rethinking the API interface: if we separate a functional implementation and rewrite the oop wrapper in the future, this will be solved. Closing for now.