atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 644 forks source link

Adding change password to confluence.py #1201

Closed justin-octo closed 11 months ago

justin-octo commented 11 months ago

Adding a function for the following methods:

https://developer.atlassian.com/server/confluence/remote-confluence-methods/

Still need to update docs

justin-octo commented 11 months ago

Updated docs

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 22.22% and project coverage change: -0.02 :warning:

Comparison is base (5d9cd15) 34.84% compared to head (4111239) 34.83%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1201 +/- ## ========================================== - Coverage 34.84% 34.83% -0.02% ========================================== Files 44 44 Lines 7940 7949 +9 Branches 1072 1072 ========================================== + Hits 2767 2769 +2 - Misses 5061 5068 +7 Partials 112 112 ``` | [Impacted Files](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/confluence.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2NvbmZsdWVuY2UucHk=) | `13.23% <22.22%> (+0.06%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

justin-octo commented 11 months ago

👍