commercetools / commercetools-jvm-sdk

The e-commerce SDK from commercetools running on the Java virtual machine.
https://commercetools.github.io/commercetools-jvm-sdk/apidocs/index.html
Other
62 stars 40 forks source link

Improve code generators for resources #1341

Open katmatt opened 7 years ago

katmatt commented 7 years ago

The code that's generated relies on the existence of an expansion model and we have some resources that don't have any expansion model (e.g. subscriptions).

katmatt commented 7 years ago

Another example can be found in zones and types. But this change will require some changes in our sdk-base project and for now I will just add another empty expansion model for subscriptions.