Jezza Hehn
|
e7cf4f1e09
|
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)
|
2026-04-18 02:47:33 +00:00 |
|
BarnacleBoy
|
fd1a1566e9
|
chore: add comprehensive API wrapper documentation
- Add docs/ directory with 6 comprehensive documentation files:
* INDEX.md - Main navigation and documentation index
* GETTING_STARTED.md - Setup and configuration guide
* API_REFERENCE.md - Complete API documentation
* WRAPPERS.md - High-level wrappers guide
* CUSTOM_REQUESTS.md - Advanced usage patterns
* TROUBLESHOOTING.md - Problem-solving guide
- Update README.md with enhanced project information
- Update development.md with expanded documentation context
Extends previous session's documentation work with complete
developer and user-facing documentation.
Closes previous documentation issue.
|
2026-04-18 02:35:56 +00:00 |
|
simonwt
|
e2c6e9e3a7
|
Update dev doc and version
|
2026-04-16 22:33:38 +01:00 |
|
simonwt
|
0bcec8163c
|
Wrappers accept item_key where possible
More tests
|
2026-04-16 21:31:32 +01:00 |
|
simonwt
|
cd1f0a2ae3
|
Return token data from handle_token
Notes for dev
|
2026-04-16 21:08:54 +01:00 |
|
simonwt
|
0a76b6e7f8
|
Acccept pk sk as well as path when updating post
|
2026-04-13 21:56:42 +01:00 |
|
simonwt
|
2b608be054
|
List removed posts
Last evaluated key for pagination
|
2026-04-07 19:48:14 +01:00 |
|
simonwt
|
d136f37b5f
|
Trust lists
|
2026-04-07 12:12:40 +01:00 |
|
simonwt
|
80786c4965
|
Vote casting
|
2026-04-03 00:50:38 +01:00 |
|
simonwt
|
f4a66b3e55
|
Updating readme
|
2026-04-02 17:31:39 +01:00 |
|