Skip to content

feat: add function to get integrations #426

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

Merged
merged 6 commits into from
Jul 28, 2025
Merged

Conversation

toph-allen
Copy link
Collaborator

Intent

Adds a function to get a list of OAuth integrations from the Connect server.

Fixes #413

Approach

This follows the pattern introduced in #404 — return a list of objects from the server as a list, and provide methods to turn them into a data frame.

I've intentionally kept it really minimal — no methods for printing, no data conversion within the objects and no other methods.

We could consider adding methods, or even consider adding a class to the list items, when I implement #414.

Checklist

  • Does this change update NEWS.md (referencing the connected issue if necessary)?
  • Does this change need documentation? Have you run devtools::document()?

@toph-allen toph-allen merged commit 1060ae8 into main Jul 28, 2025
21 checks passed
@toph-allen toph-allen deleted the toph/get-integrations branch July 28, 2025 21:52
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 function to get a list of integrations from a Connect server
3 participants