File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -215,22 +215,26 @@ murfey.server.api.bootstrap.plugins:
215215 methods :
216216 - GET
217217murfey.server.api.bootstrap.pypi :
218- - path : /pypi/
218+ - path : /pypi/index/
219219 function : get_pypi_index
220220 path_params : []
221221 methods :
222222 - GET
223- - path : /pypi/{package}/
223+ - path : /pypi/index/ {package}/
224224 function : get_pypi_package_downloads_list
225225 path_params :
226226 - name : package
227227 type : str
228228 methods :
229229 - GET
230- - path : /pypi/{package }/{filename}
230+ - path : /pypi/packages/{a}/{b}/{c }/{filename}
231231 function : get_pypi_file
232232 path_params :
233- - name : package
233+ - name : a
234+ type : str
235+ - name : b
236+ type : str
237+ - name : c
234238 type : str
235239 - name : filename
236240 type : str
You can’t perform that action at this time.
0 commit comments