Tech/FastAPI (2) 썸네일형 리스트형 FastAPI zip 파일 업로드 FastAPI를 사용하다보면 파일 업로드하는 API도 만들게 됨. 일반적인 파일을 업로드하는것은 FastAPI Documents에서 제공된다. fastapi.tiangolo.com/tutorial/request-files/ Request Files - FastAPI Request Files You can define files to be uploaded by the client using File. Info To receive uploaded files, first install python-multipart. E.g. pip install python-multipart. This is because uploaded files are sent as "form data". Import File Import.. FastAPI Callback 기능 구현 FastAPI를 사용하여 API 개발도중 Callback 함수를 써야할 일이 생겼었다.. FastAPI documents에 OpenAPI Callbacks라고 있었으나, 아무리 읽고 해봐도 안됨. (아래 링크) fastapi.tiangolo.com/advanced/openapi-callbacks/ OpenAPI Callbacks - FastAPI OpenAPI Callbacks You could create an API with a path operation that could trigger a request to an external API created by someone else (probably the same developer that would be using your API). The pro.. 이전 1 다음