Skip to content
Snippets Groups Projects
Commit 4d13d6a7 authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Update Readme

parent fdfa661a
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
## API Module ## API Module
The API-module contains interfaces and domain model value classes that provide the basic functionality to build an The API-module contains interfaces and domain model value classes that provide the basic functionality to build an
sdk-client. SDK client.
### Structure ### Structure
- **api.domain** - contains all model classes and domain related pojos - **api.domain** - contains all model classes and domain related POJOs
- **api.exceptions** - all use case specific the services throw - **api.exceptions** - all use case specific exceptions thrown by services
- **api.services** - all services to authenticate, encrypt, validate and perform REST-requests - **api.services** - all services to authenticate, encrypt, validate and perform REST-requests
There are two service facade interfaces that provide a client centric wrapper around the underlying services, There are two service facade interfaces that provide a client centric wrapper around the underlying services,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment