amazon-ion / ion-cli

Apache License 2.0
32 stars 15 forks source link

Move read-write APi generation related code to templates #76

Closed desaikd closed 5 months ago

desaikd commented 9 months ago

Reference discussion: https://github.com/amazon-ion/ion-cli/pull/61#discussion_r1412361061 Currently some of the API generation related code lives in the implementation inside generator. This needs to be moved to the templates defined for different data types. Moving as much code to the templates makes it easy to maintain code and adopt new changes, as well as extend new APIs and templates.

desaikd commented 5 months ago

Closed with #81