Skip to content

Conversation

@privateip
Copy link
Member

  • Convert all docstrings to concise Google-style format with consistent structure
  • Remove redundant type information from Args sections (types already in signatures)
  • Fix incorrect parameter documentation in HTTP methods (get, post, put, delete, patch)
  • Add missing Returns and Raises sections to all public methods
  • Update type annotations in signatures to use modern syntax (T | None, dict, list)
  • Document RequestError and HTTPStatusError exceptions consistently across all methods
  • Apply fixes to both synchronous Connection and asynchronous AsyncConnection classes
  • Reduce docstring verbosity while maintaining clarity and accuracy

- Convert all docstrings to concise Google-style format with consistent structure
- Remove redundant type information from Args sections (types already in signatures)
- Fix incorrect parameter documentation in HTTP methods (get, post, put, delete, patch)
- Add missing Returns and Raises sections to all public methods
- Update type annotations in signatures to use modern syntax (T | None, dict, list)
- Document RequestError and HTTPStatusError exceptions consistently across all methods
- Apply fixes to both synchronous Connection and asynchronous AsyncConnection classes
- Reduce docstring verbosity while maintaining clarity and accuracy
@privateip privateip requested a review from a team as a code owner December 12, 2025 04:40
@privateip privateip merged commit fd6c729 into itential:devel Dec 12, 2025
4 checks passed
@privateip privateip deleted the update-docstrings branch December 12, 2025 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant