zulip/zerver/openapi
orientor 3467d2fe68 openapi: Add 'operationId' attribute to endpoints.
'operationId' helps code generators in naming functions and other purposes.
So name operationId of endpoints as their function names in python-zulip-api
if it exists else use most appropriate function name.

Part of #14100 .
2020-05-19 23:13:39 -07:00
..
curl_param_value_generators.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
markdown_extension.py openapi: Add test for validating examples. 2020-05-12 23:03:06 -07:00
openapi.py openapi: Create markdown extension for rendering endpoint descriptions. 2020-04-28 12:57:19 -07:00
python_examples.py openapi/python_examples: Add reactivate_user example. 2020-05-19 23:10:50 -07:00
test_curl_examples.py openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
zulip.yaml openapi: Add 'operationId' attribute to endpoints. 2020-05-19 23:13:39 -07:00