文件名称:image_to_thumbnail
文件大小:1.96MB
文件格式:ZIP
更新时间:2024-04-04 17:34:31
Python
image_to_thumbnail
启动应用程序
docker-compose up -d --build
API端点
用于将图像转换为缩略图
网址
/ convertImage
方法
POST
数据参数
request.json
回复
代码:202内容:{“成功”:true,“令牌”:“”}
样品电话
curl -H“内容类型:应用程序/ json” -d @ request.json
获取状态
网址
/状态
方法
GET
URL参数
回复
代码:200内容:{“ resizedImageName”:
【文件预览】:
image_to_thumbnail-main
----app.py(875B)
----Dockerfile(187B)
----tests()
--------test_api.py(1.33MB)
----api()
--------app_celery.py(1KB)
--------__init__.py(0B)
--------config.py(99B)
--------tasks.py(1KB)
----requirements.txt(186B)
----docker-compose.yml(655B)
----.gitignore(127B)
----worker.py(63B)
----README.md(893B)
----request.json(1.33MB)
----Architecture.png(5KB)