Skip to content

1.0.0

Compare
Choose a tag to compare
@mvantellingen mvantellingen released this 13 Jun 11:33
· 100 commits to main since this release

Rewrite of the complete SDK. The SDK is now generated using the commercetools rmf-codegen
project instead of our own solution. This should make it easier to keep the SDK in-sync
with the other commercetools SDK's and offer support for new API's like the importapi
and the history api.

The biggest change is that the client is now using method chaining for executing requests.
For example Client.CartCreate() is now Client.Carts().Post().Execute(), it is a bit
more verbose and less explicit but it does allow us to generate an SDK which supports all
the endpoints as defined by the commercetools api specs.