Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 418 Bytes

File metadata and controls

8 lines (6 loc) · 418 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
  • examples: Samples using the Sinch Java SDK