-
Notifications
You must be signed in to change notification settings - Fork 5
Workshop #3: Enhancing API layer
Marcin Zielonka edited this page Nov 22, 2022
·
24 revisions
Workshop #3 is about enhancing the API layer - not only the REST one but the API contract in general (e.g. between modules communicating with each other). Therefore, you can find topics such as:
- HTTP basics (methods, status codes, etc.)
- REST API conventions
- Swagger definitions
- Java components visibility
- SOLID
This workshop
You can find the source code that represents the status of the project after this workshop - TBD