Skip to content

Conversation

@toph-allen
Copy link
Collaborator

@toph-allen toph-allen commented Aug 6, 2025

Superseded by #440.

Intent

Add functions to create, update, and delete integrations.

Fixes #434

Approach

  • Three pretty simple functions to create, update, and delete integrations.
  • create_integration() takes a client.
  • update_integration() and delete_integration() take a connect_integration object as their first argument.
    • To support this, the connect_integration class now gets a client as an attribute when it is created.

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
Copy link
Collaborator Author

toph-allen commented Aug 7, 2025

Closing in favor of #440.

@toph-allen toph-allen closed this Aug 7, 2025
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 functions to create, delete, and update integrations

2 participants