We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6d7bb commit 9a691e6Copy full SHA for 9a691e6
01-contenedores/lemoncode-challenge/backend/client.http
@@ -0,0 +1,27 @@
1
+GET http://localhost:5000/api/topics HTTP/1.1
2
+
3
+###
4
+POST http://localhost:5000/api/topics HTTP/1.1
5
+content-type: application/json
6
7
+{
8
+ "TopicName": "Docker images"
9
+}
10
11
12
13
14
15
16
17
+ "TopicName": "Docker volumes"
18
19
20
21
22
23
24
25
26
+ "TopicName": "Docker networking"
27
0 commit comments