Skip to content

feat(rust,python,typescript): add connections API#68

Merged
chaliy merged 1 commit intomainfrom
feat/connections-api
Mar 31, 2026
Merged

feat(rust,python,typescript): add connections API#68
chaliy merged 1 commit intomainfrom
feat/connections-api

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 31, 2026

Summary

  • Add native client.connections() methods across all three SDKs (Rust, Python, TypeScript)
  • Supports set (POST), list (GET), and remove (DELETE) for user provider connections
  • Includes Connection model and full test coverage in all languages

Test Plan

  • Tests pass locally (just test)
  • Coverage ≥80%
  • Linting passes (just lint)

Checklist

  • Follows SDK API consistency guidelines
  • Updated relevant specs (if applicable)
  • Added/updated tests
  • Updated documentation (if applicable)

Closes #66

Add native client.connections() methods across all three SDKs so
consumers don't need raw HTTP calls for connection management.

Endpoints:
- POST /v1/user/connections/:provider — set API key connection
- GET /v1/user/connections — list connections
- DELETE /v1/user/connections/:provider — remove connection

Closes #66
@chaliy chaliy merged commit 9471834 into main Mar 31, 2026
12 checks passed
@chaliy chaliy deleted the feat/connections-api branch March 31, 2026 22:29
@chaliy chaliy mentioned this pull request Apr 1, 2026
5 tasks
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 connections API (set/list/remove)

1 participant