Jockle:用于快速原型设计的伪造或代理 HTTP API

时间:2021-06-28 21:15:51
【文件属性】:
文件名称:Jockle:用于快速原型设计的伪造或代理 HTTP API
文件大小:112KB
文件格式:ZIP
更新时间:2021-06-28 21:15:51
Python 乔克尔 用于前端或其他服务的快速原型设计的伪造或代理 HTTP API。 如何开始 Jockle 只有 Flask 和 python 请求作为依赖项。 安装类型如下: github clone git@github.com:Smarties89/Jockle.git # Either sudo pip install flask requests # Or sudo apt-get install python-flask python-request 现在你可以通过输入来运行jockle cd Jockle python jockle.py myapi.db 5000 这会在端口 5000 上开始使用myapi.db作为保存/加载 API 的地方。 现在您可以访问并开始定义您的 API。 该 API 也将在上提供。 项目现状 这对于提高前端(和其他 API 用户)的生产力非常有用
【文件预览】:
Jockle-master
----statuscodes.py(10KB)
----.gitignore(684B)
----Dockerfile(264B)
----templates()
--------htmlexporter.html(526B)
--------index.html(7KB)
----jockle.py(9KB)
----fest()
--------__init__.py(31B)
--------makenotprodserver.sh(51B)
--------LICENSE(1KB)
--------README.md(4KB)
--------util.py(1KB)
--------decorators.py(6KB)
----LICENSE(1KB)
----static()
--------exported.zip(1KB)
----mimes.py(91B)
----debug.bash(143B)
----README.md(3KB)
----dbs.py(4KB)
----dodo.py(283B)
----installs(116B)
----docs()
--------Jockle_overview.png(100KB)
----exportplugins()
--------flaskserver.py(2KB)
--------__init__.py(169B)
--------htmlexporter.py(468B)

网友评论