-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssdkUsed for automationUsed for automation
Milestone
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssdkUsed for automationUsed for automation