maleo-foundation 0.0.16__py3-none-any.whl → 0.0.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- maleo_foundation/models/responses.py +8 -4
- {maleo_foundation-0.0.16.dist-info → maleo_foundation-0.0.17.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.16.dist-info → maleo_foundation-0.0.17.dist-info}/RECORD +5 -5
- {maleo_foundation-0.0.16.dist-info → maleo_foundation-0.0.17.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.0.16.dist-info → maleo_foundation-0.0.17.dist-info}/top_level.txt +0 -0
@@ -75,10 +75,6 @@ class BaseResponses:
|
|
75
75
|
|
76
76
|
#* ----- ----- Responses Class ----- ----- *#
|
77
77
|
other_responses={
|
78
|
-
status.HTTP_200_OK: {
|
79
|
-
"description": "No Data Response",
|
80
|
-
"model": NoData
|
81
|
-
},
|
82
78
|
status.HTTP_401_UNAUTHORIZED: {
|
83
79
|
"description": "Unauthorized Response",
|
84
80
|
"model": Unauthorized
|
@@ -103,4 +99,12 @@ class BaseResponses:
|
|
103
99
|
"description": "Internal Server Error Response",
|
104
100
|
"model": ServerError
|
105
101
|
}
|
102
|
+
}
|
103
|
+
|
104
|
+
get_multiple_responses={
|
105
|
+
status.HTTP_200_OK: {
|
106
|
+
"description": "No Data Response",
|
107
|
+
"model": NoData
|
108
|
+
},
|
109
|
+
**other_responses
|
106
110
|
}
|
@@ -18,7 +18,7 @@ maleo_foundation/middlewares/base.py,sha256=KcpODNs0DQXX8Cwc6T9dC6aiZIqxTLtuJjVA
|
|
18
18
|
maleo_foundation/middlewares/cors.py,sha256=9uvBvY2N6Vxa9RP_YtESxcWo6Doi6uS0lzAG9iLY7Uc,2288
|
19
19
|
maleo_foundation/models/__init__.py,sha256=Wh92XAduE1Sg9qi2GMhptyXig0fKcTS5AbGo3tE3tLs,348
|
20
20
|
maleo_foundation/models/enums.py,sha256=Ob2v312JxypHEq7hTKZKOV462FEeLkIjIhpx-YF6Jdw,2203
|
21
|
-
maleo_foundation/models/responses.py,sha256=
|
21
|
+
maleo_foundation/models/responses.py,sha256=Rxa98ZCl8jZj98u0QX3Xm2RHeA8KNrEgJaqtB99Qug4,4103
|
22
22
|
maleo_foundation/models/schemas/__init__.py,sha256=Xj8Ahsqyra-fmEaVcGPok5GOOsPQlKcknHYMvbjvENA,277
|
23
23
|
maleo_foundation/models/schemas/general.py,sha256=-SI19QtHvusbJnj5m5-Kua4jjHkYGoi3FWOJ9RUvobQ,6466
|
24
24
|
maleo_foundation/models/schemas/parameter.py,sha256=1og_crWds6YLS-8Ha5EbAi3ZaNMzNFiIZ06v_HO3b9k,875
|
@@ -47,7 +47,7 @@ maleo_foundation/utils/exceptions.py,sha256=mcvBwHm6uWpVQkPtO1T2j-GaTYEiyPOeGxiD
|
|
47
47
|
maleo_foundation/utils/logger.py,sha256=ICrFi0MxuAjDy8KTRL7pex1miwzZqZX-HHArgN3niJM,2453
|
48
48
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
49
49
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
50
|
-
maleo_foundation-0.0.
|
51
|
-
maleo_foundation-0.0.
|
52
|
-
maleo_foundation-0.0.
|
53
|
-
maleo_foundation-0.0.
|
50
|
+
maleo_foundation-0.0.17.dist-info/METADATA,sha256=qx3tHXU49rGxFCJ4SHh99tk5NCTj3Izu_d7tjyCgwGM,3160
|
51
|
+
maleo_foundation-0.0.17.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
52
|
+
maleo_foundation-0.0.17.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
53
|
+
maleo_foundation-0.0.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|