Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Tags API #162

Open
tdstein opened this issue Apr 9, 2024 · 1 comment
Open

Implement Tags API #162

tdstein opened this issue Apr 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers sdk
Milestone

Comments

@tdstein
Copy link
Collaborator

tdstein commented Apr 9, 2024

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()
@tdstein tdstein added enhancement New feature or request good first issue Good for newcomers labels Apr 18, 2024
@tdstein tdstein added this to the 0.4.0 milestone Apr 26, 2024
@tdstein
Copy link
Collaborator Author

tdstein commented Jun 18, 2024

Update posit-dev/connect-cookbook#47 with the implementation once complete.

@tdstein tdstein self-assigned this Aug 8, 2024
@tdstein tdstein removed this from the 0.4.0 milestone Sep 4, 2024
@tdstein tdstein added the sdk label Sep 13, 2024
@tdstein tdstein changed the title Implement Tags Implement Tags API Sep 13, 2024
@tdstein tdstein added this to the 0.6.0 milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers sdk
Projects
None yet
Development

No branches or pull requests

1 participant