From e2c6e9e3a78c42bf23347a31aa31b4ffe4ab8033 Mon Sep 17 00:00:00 2001 From: simonwt Date: Thu, 16 Apr 2026 22:33:38 +0100 Subject: [PATCH] Update dev doc and version --- development.md | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/development.md b/development.md index 6485a6d..6686365 100644 --- a/development.md +++ b/development.md @@ -19,18 +19,19 @@ backend, relfollow for follow, but don't have relblock, instead it's userblock. It's a bit inconsistent and not very obvious at all. Feels helpful to make it more obvious inside the wrapper but is also potentially misleading. +7. It makes more sense to organise like: `user.follow` rather than +`follow.follow`, and `post.vote` instead of `vote.vote`, but what about +`post.comment.vote` vs `comment.vote`, what about +`post.comment.comment`, they seem weird. ## ToDo: 1. Make more jobs 2. Make more wrappers 3. Write more documentation -4. Wrappers should also accept actual keys for when you know them -Trust -Follow + Mute Block - -Remvoved posts +Branch Mute diff --git a/pyproject.toml b/pyproject.toml index bd9908f..9c414e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustcafeapiwrapper" -version = "0.1.0.12" +version = "0.1.0.13" description = "Wraps the Trust Cafe API" readme = "README.md" requires-python = ">=3.11"