-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Description:
The code currently lacks proper documentation, making it difficult for users to understand the classes and methods and their intended usage. In order to improve the code's usability and maintainability, we should add comprehensive documentation.
Documentation Status:
- Classes have no documentation
- Some methods have documentation while others don't.
- Lack of docstrings throughout the code.
Action Required:
- Add docstrings to classes, methods, and functions where missing.
- Improve or complete existing docstrings.
- Ensure consistent style and formatting of the documentation.
Expected Documentation Style:
We can use PEP 257 style docstrings for documenting classes, methods, and functions. Refer to the PEP 257 documentation for guidelines.
Specific Examples:
- Class
EndpointandWorkshave no documentation. - Method
do_http_requestin theHTTPRequestclass has no documentation
Reactions are currently unavailable