Update dev doc and version
This commit is contained in:
parent
e47a9aa568
commit
e2c6e9e3a7
2 changed files with 7 additions and 6 deletions
|
|
@ -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.
|
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
|
Feels helpful to make it more obvious inside the wrapper but is also
|
||||||
potentially misleading.
|
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:
|
## ToDo:
|
||||||
|
|
||||||
1. Make more jobs
|
1. Make more jobs
|
||||||
2. Make more wrappers
|
2. Make more wrappers
|
||||||
3. Write more documentation
|
3. Write more documentation
|
||||||
4. Wrappers should also accept actual keys for when you know them
|
|
||||||
|
|
||||||
|
|
||||||
Trust
|
|
||||||
Follow
|
|
||||||
Mute
|
Mute
|
||||||
Block
|
Block
|
||||||
|
Branch Mute
|
||||||
Remvoved posts
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "trustcafeapiwrapper"
|
name = "trustcafeapiwrapper"
|
||||||
version = "0.1.0.12"
|
version = "0.1.0.13"
|
||||||
description = "Wraps the Trust Cafe API"
|
description = "Wraps the Trust Cafe API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue