Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Project structure

Daniel Bauke edited this page Feb 14, 2024 · 2 revisions

Zalando Commerce iOS SDK Structure

ZalandoCommerceAPI

ZalandoCommerceAPI framework is the core framework that contains:

  • ZalandoCommerceAPI struct that provides all business logic and API calls.
  • public models and errors used for API calls

Think about it as of Foundation library

ZalandoCommerceUI

ZalandoCommerceUI uses ZalandoCommerceAPI as the foundation and provides public checkout functionality to customers. ZalandoCommerceUI also contains all the generic UI methods used internally within Zalando Commerce SDK.

Think about it as of UIKit library.

Zalando Commerce iOS SDK Documentation

Code reference documentation is manually generated with every release.

Current documentation is available here:

* [ZalandoCommerceAPI](https://bonkey.github.io/zalando-commerce-ios/zalando-commerce-sdk/)
* [ZalandoCommerceUI](https://bonkey.github.io/zalando-commerce-ios/zalando-commerce-ui/)