You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): add methods for managing post tags
- Incremented version to 0.1.19 in pyproject.toml.
- Added `add_tags_to_post` method to allow adding multiple tags to a post.
- Implemented `get_publication_post_tags` to retrieve all tags for the current publication.
- Created `add_tag_to_post` to check for existing tags before creating new ones and applying them to posts.