tomb_reflect:使您的 Pyramid 服务的 API 具有内省性

时间:2024-07-20 11:06:11
【文件属性】:

文件名称:tomb_reflect:使您的 Pyramid 服务的 API 具有内省性

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-20 11:06:11

Python

tomb_reflect 介绍 轻松地使您的 Pyramid 支持的 Web API 具有内省性。 只需要: config . include ( 'tomb_reflect' , route_prefix = '/api_info' ) # You could pass options to tomb_reflect_add_views to add auth, etc. config . tomb_reflect_add_views () 有了这个,您的应用程序现在可以响应 2 个新 URL。 第一个 URL /api_info/routes返回路由列表: { " hello " : { " route_pattern " : " /hello " }, " hello_name " : { " route_pat


【文件预览】:
tomb_reflect-master
----test-requirements.txt(67B)
----.gitignore(424B)
----setup.cfg(555B)
----README.rst(2KB)
----tests()
--------simple_app.py(732B)
--------test_reflect.py(4KB)
--------__init__.py(0B)
----requirements.txt(8B)
----tomb_reflect()
--------routemanager.py(2KB)
--------__init__.py(1KB)
--------views.py(884B)
----setup.py(98B)
----.travis.yml(233B)
----tox.ini(443B)

网友评论