csabaszeles
Results
2
issues of
csabaszeles
https://github.com/tecladocode/rest-apis-flask-python/blob/3380640669b90e907f65660225af2f06d6b883f2/section6/resources/item.py#L48-L60 Hi, In Lec99, the HTTP response of PUT is not fully correctly dealt with. According to this: https://httpwg.org/specs/rfc7231.html, PUT should return 201, when new resource has been created. (Also,...
Added type hinting for None type return as well, as PyCharm highlights it as well: -> Union[None, FileStorage]