atlassian-python-api
atlassian-python-api copied to clipboard
[Confluence] Missing documentation for newly implemented functions of confluence templates
The following commits has changes for functions related to confluence templates:
- c9ef927
- 32b6879
In a brief:
The experimental endpoints for confluence templates eg: get_template_by_id() were marked deprecated, and new functions eg: get_content_template() were added as their replacement
Issue
The documentation of atlassian-python-api for the newly implemented functions in the above commits is yet to be updated here
Currently the only way a user can know about new function (eg: get_content_template()) is by the warning message he gets when he executes the deprecated function (eg: get_template_by_id())
Warning:
D:\VENV\lib\site-packages\ipykernel_launcher.py:2: DeprecationWarning: Call to deprecated method get_template_by_id. (Use get_content_template()) -- Deprecated since version 3.7.0.
Hence, the documentation needs to be updated..