docs: fix parameter mismatches and inaccurate documentation
- Fix update_post() wrapper documentation (post_id -> post_text/post_path/post_key) - Fix create_comment() wrapper documentation (added post_slug, post_key parameters) - Add missing wrapper docs for follow(), trust(), votecast(), react() - Fix reaction job parameters (parent_id -> parent_sk, corrected payload structure) - Fix trust job parameters (updated to match actual payload structure) - Fix vote job parameters (voteType -> vote, added parent structure) - Clearly mark Block and Mute jobs as NOT IMPLEMENTED - Fix GitLab URLs to Forgejo (git.jezzahehn.com) - Remove LLM-style language (comprehensive -> full/thorough) - Fix trust listbyusersinit parameter (username -> user_id)
This commit is contained in:
parent
fd1a1566e9
commit
e7cf4f1e09
6 changed files with 320 additions and 95 deletions
|
|
@ -614,7 +614,7 @@ if __name__ == '__main__':
|
|||
|
||||
- Follow PEP 8
|
||||
- Use type hints
|
||||
- Write comprehensive docstrings
|
||||
- Write thorough docstrings
|
||||
- Add error handling
|
||||
- Include examples in docstrings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue