-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
58 lines (58 loc) · 1.2 KB
/
result.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"url": "localhost/lab1/fibonachi/2",
"response": 1,
"method": "GET"
}
{
"url": "localhost/lab1/fibonachi/20",
"response": 6765,
"method": "GET"
}
{
"url": "localhost/lab1/fibonachi/8",
"response": 21,
"method": "GET"
}
{
"url": "localhost/lab1/numbers/505",
"response": "пятьсот пять",
"method": "GET"
}
{
"url": "localhost/lab1/weekdays?date=10.01.1998",
"response": "Saturday",
"method": "GET"
}
{
"url": "localhost/lab1/weekdays?date=12.03.1977",
"response": "Saturday",
"method": "GET"
}
{
"url": "localhost/lab1/regions/72",
"response": "Тюменская область",
"method": "GET"
}
{
"url": "localhost/lab1/regions/23",
"response": "Краснодарский край",
"method": "GET"
}
{
"url": "localhost/lab1/regions/54",
"response": "Новосибирская область",
"method": "GET"
}
{
"url": "localhost/lab1/regions/09",
"response": "Карачаево-Черкесская республика",
"method": "GET"
}
{
"url": "localhost/lab1/equation?a=3&b=5&c=-1",
"response": [
1.6241437954473,
-16.624143795447
],
"method": "GET"
}