Skip to content

Implement Tags API #162

@tdstein

Description

@tdstein

Tags API

v0.6.0 Proposal

from posit import connect

client = connect.Client()
content = client.content.get(...)
content.tags.find(...)
content.tags.find_one(...)
content.tags.get(...)
content.tags.count()

tag = content.tags.create(...)
tag.update(...)
tag.delete()

v1.0.0 Proposal

content.tags.all()
content.tags.find(...)
content.tags.find_by(...)
content.tags.where(...)

tag = content.tags.create(...)
tag.update(...)
tag.save()
tag.destroy()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions