Skip to content

Commit c3342ac

Browse files
authoredJan 14, 2023
Initial commit
0 parents  commit c3342ac

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed
 

‎DSP_20230201.pdf

116 KB
Binary file not shown.

‎JSON Schemas/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## JSON Schemas
2+
3+
This folder must contain the JSON Schemas.

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Exam Call 1
2+
3+
The structure of this repository is the following:
4+
- "JSON Schemas" contains the design of the JSON Schemas;
5+
- "REST APIs Design" contains the full Open API documentation of the REST APIs, including examples of JSON documents to be used when invoking the operations;
6+
- "REST APIs Implementation" contains the code of the Film Manager service application.

‎REST APIs Design/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## REST APIs Design
2+
3+
This folder must contain the full Open API documentation of the REST APIs, including examples of JSON documents to be used when invoking the operations.

‎REST APIs Implementation/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## REST APIs Implementation
2+
3+
This folder must contain the code of the Film Manager service application.

0 commit comments

Comments
 (0)
Please sign in to comment.