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

feat: adds visits find and find_one #163

Merged
merged 5 commits into from
Apr 11, 2024
Merged

feat: adds visits find and find_one #163

merged 5 commits into from
Apr 11, 2024

Conversation

tdstein
Copy link
Collaborator

@tdstein tdstein commented Apr 10, 2024

Resolves #75
Related to #137

Copy link

github-actions bot commented Apr 10, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
784 748 95% 80% 🟢

New Files

File Coverage Status
src/posit/connect/cursors.py 100% 🟢
src/posit/connect/visits.py 100% 🟢
TOTAL 100% 🟢

Modified Files

File Coverage Status
src/posit/connect/client.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 4399d2a by action🐍

def rename_params(params: dict) -> dict:
"""Rename params from the internal to the external signature.

The API accepts `from` as a querystring parameter. Since `from` is a reserved word in Python, the SDK uses the name `start` instead. The querystring parameter `to` takes the same form for consistency.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this change! Open to other ideas if there are strong opinions.

@tdstein tdstein merged commit 5aacc70 into main Apr 11, 2024
7 checks passed
@tdstein tdstein deleted the tdstein/75 branch April 11, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pagination support for keyset (cursor) types
2 participants