short-url-api

时间:2024-04-17 20:44:33
【文件属性】:

文件名称:short-url-api

文件大小:1.59MB

文件格式:ZIP

更新时间:2024-04-17 20:44:33

api flask python3 shorten-urls sqlite3

Flask-Shortener-API 这是一个混合API / Web URL缩短器,主要用于Flask培训:) API允许用户缩短URL并通过专用Web服务使用它。 允许的API请求 /api/add_url?url= -创建一个/api/add_url?url= URL实例 样本请求: : : : 样本回复: [ { "shortened_url": "http://127.0.0.1:5000/OX" }, { "full_url": "https://*.com/", "short_id": "OX", "status": "OK! Url added", "timestamp_ad


【文件预览】:
short-url-api-main
----hashing.py(732B)
----manager.py(6KB)
----templates()
--------404.html(140B)
--------stats.html(629B)
--------base.html(302B)
----Dockerfile(166B)
----url_services.py(1KB)
----database.py(913B)
----static()
--------http-24px.svg(335B)
--------main.css(962B)
----dash.png(1.63MB)
----index.py(4KB)
----requirements.txt(110B)
----.gitignore(52B)
----.dockerignore(49B)
----README.md(3KB)
----url.db(12KB)

网友评论