Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 428 Bytes

ARCHITECTURE.md

File metadata and controls

8 lines (6 loc) · 428 Bytes

Architecture

This repository is composed of following directories:

  • core: The core definition of models (OpenAPI contracts generated sources are based onto them)
  • openapi-contracts: Open API files and dedicated sources to implement REST API calls. Sources are generated by OpenAPI generator tool and should not be modified.
  • client: Sinch SDK implementation
  • sample-app: A sample application using the Sinch SDK