14.0.0b1
Pre-release
Pre-release
We moved our code generation to the code generation tool from Commercetools,
see https://github.com/commercetools/rmf-codegen
Reason for this is two-fold:
- We can now generate the code for the
imporapi
and theml
api
specifications next to theplatform
sdk. - It makes it easier for us to keep the code generation in sync with
changes to the API specification.
The major difference is that it now also use the request builder pattern,
matching the SDK's for the other languages (e.g. TypeScript).
The package is backwards compatible for now, although deprecation warnings are
shown.