zulip/zerver/openapi
orientor 915d801327 openapi: Add 'tags' attribute to endpoints.
'tags' attribute is helpful in differentiating and grouping the
endpoints on basis of their usage. For example tags like 'messages'
help in grouping all endpoints related to messages and thus make the
api specification more user-friendly. So give tags to the endpoints
on the basis of what heading they are under in the API docs.
2020-05-19 23:17:31 -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 'tags' attribute to endpoints. 2020-05-19 23:17:31 -07:00